diff --git a/ghc-vault.changes b/ghc-vault.changes index 2f3eed3..3efb697 100644 --- a/ghc-vault.changes +++ b/ghc-vault.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 9 16:56:57 UTC 2022 - Peter Simons + +- Update vault to version 0.3.1.5 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Wed Nov 3 15:45:02 UTC 2021 - psimons@suse.com diff --git a/ghc-vault.spec b/ghc-vault.spec index 1d0e5f9..cc18be9 100644 --- a/ghc-vault.spec +++ b/ghc-vault.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-vault # -# 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: 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/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-containers-devel BuildRequires: ghc-hashable-devel diff --git a/vault.cabal b/vault.cabal index 4043b61..0f1b3ef 100644 --- a/vault.cabal +++ b/vault.cabal @@ -1,6 +1,6 @@ Name: vault Version: 0.3.1.5 -x-revision: 1 +x-revision: 2 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types. @@ -49,7 +49,7 @@ flag UseGHC Library hs-source-dirs: src - build-depends: base >= 4.5 && < 4.17, + build-depends: base >= 4.5 && < 4.18, containers >= 0.4 && < 0.7, unordered-containers >= 0.2.3.0 && < 0.3, hashable >= 1.1.2.5 && < 1.5