diff --git a/ghc-vault.changes b/ghc-vault.changes index f79a28c..3b1fddc 100644 --- a/ghc-vault.changes +++ b/ghc-vault.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 31 11:37:47 UTC 2024 - Peter Simons + +- Update vault to version 0.3.1.5 revision 8. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Mon May 27 12:47:25 UTC 2024 - Peter Simons diff --git a/ghc-vault.spec b/ghc-vault.spec index 76a95cb..433e974 100644 --- a/ghc-vault.spec +++ b/ghc-vault.spec @@ -25,7 +25,7 @@ Summary: A persistent store for values of arbitrary 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/7.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/8.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof diff --git a/vault.cabal b/vault.cabal index 842d13a..997553a 100644 --- a/vault.cabal +++ b/vault.cabal @@ -1,6 +1,6 @@ Name: vault Version: 0.3.1.5 -x-revision: 7 +x-revision: 8 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types. @@ -22,10 +22,7 @@ Copyright: (c) Heinrich Apfelmus 2011-2013 build-type: Simple cabal-version: >= 1.10 -Tested-With: GHC == 7.6.3 - ,GHC == 7.8.4 - ,GHC == 7.10.3 - ,GHC == 8.0.2 +Tested-With: GHC == 8.0.2 ,GHC == 8.2.2 ,GHC == 8.4.4 ,GHC == 8.6.5 @@ -34,7 +31,7 @@ Tested-With: GHC == 7.6.3 ,GHC == 9.0.2 ,GHC == 9.2.8 ,GHC == 9.4.8 - ,GHC == 9.6.5 + ,GHC == 9.6.6 ,GHC == 9.8.2 ,GHC == 9.10.1 @@ -58,7 +55,7 @@ Library build-depends: base >= 4.5 && < 4.21, containers >= 0.4 && < 0.8, unordered-containers >= 0.2.3.0 && < 0.3, - hashable >= 1.1.2.5 && < 1.5 + hashable >= 1.1.2.5 && < 1.6 if impl(ghc < 8.0) build-depends: semigroups >= 0.1 && < 1.0