diff --git a/data-fix.cabal b/data-fix.cabal index 4de4d13..4598948 100644 --- a/data-fix.cabal +++ b/data-fix.cabal @@ -1,6 +1,6 @@ Name: data-fix Version: 0.3.2 -x-revision: 2 +x-revision: 3 Cabal-Version: >= 1.10 License: BSD3 License-file: LICENSE @@ -32,8 +32,9 @@ Tested-With: || ==8.6.5 || ==8.8.4 || ==8.10.4 - || ==9.0.1 - || ==9.2.1 + || ==9.0.2 + || ==9.2.4 + || ==9.4.1 extra-source-files: CHANGELOG.md @@ -57,7 +58,7 @@ library -Wredundant-constraints -Widentities -Wmissing-export-lists build-depends: - base >=4.4 && <4.17 + base >=4.4 && <4.18 , deepseq >=1.3.0.0 && <1.5 , hashable >=1.2.7.0 && <1.5 diff --git a/ghc-data-fix.changes b/ghc-data-fix.changes index d9b734c..0b847bc 100644 --- a/ghc-data-fix.changes +++ b/ghc-data-fix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 10 10:25:09 UTC 2022 - Peter Simons + +- Update data-fix to version 0.3.2 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Mon Nov 1 08:34:21 UTC 2021 - psimons@suse.com diff --git a/ghc-data-fix.spec b/ghc-data-fix.spec index caca4d9..3d24ea6 100644 --- a/ghc-data-fix.spec +++ b/ghc-data-fix.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-data-fix # -# 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 @@ -24,7 +24,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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-hashable-devel