Accepting request 1146955 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1146955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-vault?expand=0&rev=10
This commit is contained in:
Ana Guerrero 2024-02-16 20:41:55 +00:00 committed by Git OBS Bridge
commit cb39bf9311
3 changed files with 18 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 8 13:20:07 UTC 2024 - Peter Simons <psimons@suse.com>
- Update vault to version 0.3.1.5 revision 6.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Oct 24 09:45:46 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-vault
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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/5.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.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: 5
x-revision: 6
Synopsis: a persistent store for values of arbitrary types
Description:
A /vault/ is a persistent store for values of arbitrary types.
@ -29,8 +29,13 @@ Tested-With: GHC == 7.6.3
,GHC == 8.2.2
,GHC == 8.4.4
,GHC == 8.6.5
,GHC == 8.8.3
,GHC == 8.10.1
,GHC == 8.8.4
,GHC == 8.10.7
,GHC == 9.0.2
,GHC == 9.2.8
,GHC == 9.4.8
,GHC == 9.6.4
,GHC == 9.8.1
extra-source-files:
CHANGELOG.md
@ -41,7 +46,7 @@ extra-source-files:
source-repository head
type: git
location: git://github.com/HeinrichApfelmus/vault.git
location: https://github.com/HeinrichApfelmus/vault.git
flag UseGHC
description: Use GHC-specific packages and extensions.
@ -69,4 +74,4 @@ Library
Data.Unique.Really
if impl(ghc) && flag(UseGHC)
CPP-options: -DUseGHC
CPP-options: -DUseGHC