diff --git a/ghc-scientific.changes b/ghc-scientific.changes index 43ab019..c6e04aa 100644 --- a/ghc-scientific.changes +++ b/ghc-scientific.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 7 11:29:36 UTC 2017 - psimons@suse.com + +- Update to version 0.3.5.2 revision 2. + A more detailed change log is not available. + ------------------------------------------------------------------- Sat Nov 4 03:51:18 UTC 2017 - psimons@suse.com diff --git a/ghc-scientific.spec b/ghc-scientific.spec index ad660d2..3192ec7 100644 --- a/ghc-scientific.spec +++ b/ghc-scientific.spec @@ -26,7 +26,7 @@ License: BSD-3-Clause Group: Development/Libraries/Haskell 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/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-binary-devel BuildRequires: ghc-bytestring-devel diff --git a/scientific.cabal b/scientific.cabal index d32113e..cde6eea 100644 --- a/scientific.cabal +++ b/scientific.cabal @@ -1,6 +1,6 @@ name: scientific version: 0.3.5.2 -x-revision: 1 +x-revision: 2 synopsis: Numbers represented using scientific notation description: @Data.Scientific@ provides the number type 'Scientific'. Scientific numbers are @@ -102,7 +102,7 @@ test-suite test-scientific , binary >= 0.4.1 && < 0.9 , tasty >= 0.5 && < 0.13 , tasty-ant-xml >= 1.0 && < 1.2 - , tasty-hunit >= 0.8 && < 0.10 + , tasty-hunit >= 0.8 && < 0.11 , tasty-smallcheck >= 0.2 && < 0.9 , tasty-quickcheck >= 0.8 && < 0.10 , smallcheck >= 1.0 && < 1.2