Accepting request 1179755 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1179755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-vault?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-06-11 16:28:12 +00:00 committed by Git OBS Bridge
commit ff798520e9
3 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 27 12:47:25 UTC 2024 - Peter Simons <psimons@suse.com>
- Update vault to version 0.3.1.5 revision 7.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Feb 8 13:20:07 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -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/6.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/7.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof

View File

@ -1,6 +1,6 @@
Name: vault
Version: 0.3.1.5
x-revision: 6
x-revision: 7
Synopsis: a persistent store for values of arbitrary types
Description:
A /vault/ is a persistent store for values of arbitrary types.
@ -34,8 +34,9 @@ Tested-With: GHC == 7.6.3
,GHC == 9.0.2
,GHC == 9.2.8
,GHC == 9.4.8
,GHC == 9.6.4
,GHC == 9.8.1
,GHC == 9.6.5
,GHC == 9.8.2
,GHC == 9.10.1
extra-source-files:
CHANGELOG.md
@ -54,7 +55,7 @@ flag UseGHC
Library
hs-source-dirs: src
build-depends: base >= 4.5 && < 4.20,
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
@ -74,4 +75,4 @@ Library
Data.Unique.Really
if impl(ghc) && flag(UseGHC)
CPP-options: -DUseGHC
CPP-options: -DUseGHC