diff --git a/ghc-scientific.changes b/ghc-scientific.changes index 4c5e819..a3920cc 100644 --- a/ghc-scientific.changes +++ b/ghc-scientific.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 4 12:15:11 UTC 2022 - psimons@suse.com + +- Update scientific to version 0.3.7.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Mon Nov 1 08:26:58 UTC 2021 - psimons@suse.com diff --git a/ghc-scientific.spec b/ghc-scientific.spec index 32f122e..08b59a7 100644 --- a/ghc-scientific.spec +++ b/ghc-scientific.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-scientific # -# 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: Numbers represented using scientific notation 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/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 d3620d5..99faf03 100644 --- a/scientific.cabal +++ b/scientific.cabal @@ -1,6 +1,6 @@ name: scientific version: 0.3.7.0 -x-revision: 1 +x-revision: 2 synopsis: Numbers represented using scientific notation description: "Data.Scientific" provides the number type 'Scientific'. Scientific numbers are @@ -96,7 +96,7 @@ library , integer-logarithms >=1.0.3.1 && <1.1 , primitive >=0.7.1.0 && <0.8 , template-haskell >=2.8 && <2.19 - , text >=1.2.3.0 && <1.3 + , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1 if flag(bytestring-builder) build-depends: