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
This commit is contained in:
parent
b832ef2332
commit
960d394a5f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 9 16:56:57 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user