diff --git a/data-fix.cabal b/data-fix.cabal index b494c82..28d9286 100644 --- a/data-fix.cabal +++ b/data-fix.cabal @@ -1,6 +1,6 @@ Name: data-fix Version: 0.3.2 -x-revision: 4 +x-revision: 5 Cabal-Version: >= 1.10 License: BSD3 License-file: LICENSE @@ -33,9 +33,10 @@ Tested-With: || ==8.8.4 || ==8.10.7 || ==9.0.2 - || ==9.2.7 - || ==9.4.4 - || ==9.6.1 + || ==9.2.8 + || ==9.4.7 + || ==9.6.3 + || ==9.8.1 extra-source-files: CHANGELOG.md @@ -59,8 +60,8 @@ library -Wredundant-constraints -Widentities -Wmissing-export-lists build-depends: - base >=4.4 && <4.19 - , deepseq >=1.3.0.0 && <1.5 + base >=4.4 && <4.20 + , deepseq >=1.3.0.0 && <1.6 , hashable >=1.2.7.0 && <1.5 if impl(ghc <7.6) diff --git a/ghc-data-fix.changes b/ghc-data-fix.changes index 2827340..42fc4a3 100644 --- a/ghc-data-fix.changes +++ b/ghc-data-fix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 4 13:49:14 UTC 2023 - Peter Simons + +- Update data-fix to version 0.3.2 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Mar 30 17:06:32 UTC 2023 - Peter Simons diff --git a/ghc-data-fix.spec b/ghc-data-fix.spec index 1f4f179..6e28400 100644 --- a/ghc-data-fix.spec +++ b/ghc-data-fix.spec @@ -25,7 +25,7 @@ Summary: Fixpoint data types 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/4.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof