Accepting request 1253827 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1253827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-vault?expand=0&rev=14
This commit is contained in:
2025-03-17 21:19:06 +00:00
committed by Git OBS Bridge
3 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 9 11:32:51 UTC 2025 - Peter Simons <psimons@suse.com>
- Update vault to version 0.3.1.5 revision 10.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Dec 22 20:08:58 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-vault
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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/9.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/10.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof

View File

@@ -1,7 +1,7 @@
cabal-version: >= 1.10
name: vault
version: 0.3.1.5
x-revision: 9
x-revision: 10
synopsis: a persistent store for values of arbitrary types
description:
A /vault/ is a persistent store for values of arbitrary types.
@@ -58,7 +58,7 @@ library
hs-source-dirs: src
build-depends:
base >= 4.5 && < 4.22
, containers >= 0.4 && < 0.8
, containers >= 0.4 && < 0.9
, unordered-containers >= 0.2.3.0 && < 0.3
, hashable >= 1.1.2.5 && < 1.6