From d6dc9d8c2969a976ba9f303c453112d4ff68e07750df91fae75414d36da45885 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 9 Feb 2024 22:00:54 +0000 Subject: [PATCH] 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 --- ghc-vault.changes | 6 ++++++ ghc-vault.spec | 4 ++-- vault.cabal | 15 ++++++++++----- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/ghc-vault.changes b/ghc-vault.changes index 42e71b4..0113bb8 100644 --- a/ghc-vault.changes +++ b/ghc-vault.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 8 13:20:07 UTC 2024 - Peter Simons + +- 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 diff --git a/ghc-vault.spec b/ghc-vault.spec index 2320de0..ebf13c1 100644 --- a/ghc-vault.spec +++ b/ghc-vault.spec @@ -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 diff --git a/vault.cabal b/vault.cabal index 7724519..6ef9755 100644 --- a/vault.cabal +++ b/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 \ No newline at end of file