forked from pool/ghc-vault
osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-vault revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-vault?expand=0&rev=24
This commit is contained in:
parent
c620388ec9
commit
d6dc9d8c29
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
15
vault.cabal
15
vault.cabal
@ -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
|
Loading…
Reference in New Issue
Block a user