From 960d394a5f55b3922e17d38dc6a8932632efd3e2107077550ed14957f7eb2d7e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2022 14:46:30 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-vault revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-vault?expand=0&rev=12 --- ghc-vault.changes | 6 ++++++ ghc-vault.spec | 4 ++-- vault.cabal | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) 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