diff --git a/cassava.cabal b/cassava.cabal index d5c1f34..d3c2c57 100644 --- a/cassava.cabal +++ b/cassava.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 Name: cassava Version: 0.5.2.0 -x-revision: 6 +x-revision: 7 Synopsis: A CSV parsing and encoding library Description: { @@ -116,7 +116,7 @@ Library deepseq >= 1.1 && < 1.5, hashable < 1.5, scientific >= 0.3.4.7 && < 0.4, - text < 1.3, + text < 2.1, transformers >= 0.2 && < 0.7, unordered-containers < 0.3, vector >= 0.8 && < 0.13, diff --git a/ghc-cassava.changes b/ghc-cassava.changes index 9e63f18..88b140a 100644 --- a/ghc-cassava.changes +++ b/ghc-cassava.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 4 12:15:28 UTC 2022 - psimons@suse.com + +- Update cassava to version 0.5.2.0 revision 7. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat Nov 20 17:29:26 UTC 2021 - psimons@suse.com diff --git a/ghc-cassava.spec b/ghc-cassava.spec index 619ad31..326eb59 100644 --- a/ghc-cassava.spec +++ b/ghc-cassava.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-cassava # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: A CSV parsing and encoding library License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/7.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Only-devel BuildRequires: ghc-array-devel