From fdc71fbd1d0843bfb8ba3dbbc1f7b479385c45ac168c5f9ee60ed0aa468d489b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 10 Nov 2023 14:07:22 +0000 Subject: [PATCH 1/4] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-vault revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-vault?expand=0&rev=21 --- vault.cabal | 144 ++++++++++++++++++++++++++-------------------------- 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/vault.cabal b/vault.cabal index 7724519..35ee276 100644 --- a/vault.cabal +++ b/vault.cabal @@ -1,72 +1,72 @@ -Name: vault -Version: 0.3.1.5 -x-revision: 5 -Synopsis: a persistent store for values of arbitrary types -Description: - A /vault/ is a persistent store for values of arbitrary types. - It's like having first-class access to the storage space behind IORefs. - . - The data structure is analogous to a bank vault, - where you can access different bank boxes with different keys; - hence the name. - . - Also provided is a /locker/ type, representing a store for a single element. - -Category: Data -License: BSD3 -License-file: LICENSE -Author: Heinrich Apfelmus, Elliott Hird -Maintainer: Heinrich Apfelmus -Homepage: https://github.com/HeinrichApfelmus/vault -Copyright: (c) Heinrich Apfelmus 2011-2013 - -build-type: Simple -cabal-version: >= 1.10 -Tested-With: GHC == 7.6.3 - ,GHC == 7.8.4 - ,GHC == 7.10.3 - ,GHC == 8.0.2 - ,GHC == 8.2.2 - ,GHC == 8.4.4 - ,GHC == 8.6.5 - ,GHC == 8.8.3 - ,GHC == 8.10.1 - -extra-source-files: - CHANGELOG.md - README.md - src/Data/Vault/IO.h - src/Data/Vault/ST/ST.h - src/Data/Vault/ST/backends/GHC.h - -source-repository head - type: git - location: git://github.com/HeinrichApfelmus/vault.git - -flag UseGHC - description: Use GHC-specific packages and extensions. - default: True - -Library - hs-source-dirs: src - build-depends: base >= 4.5 && < 4.20, - containers >= 0.4 && < 0.8, - unordered-containers >= 0.2.3.0 && < 0.3, - hashable >= 1.1.2.5 && < 1.5 - - if impl(ghc < 8.0) - build-depends: semigroups >= 0.1 && < 1.0 - - default-language: Haskell2010 - default-extensions: CPP - ghc-options: -Wall -fno-warn-missing-signatures - - exposed-modules: - Data.Vault.Lazy, - Data.Vault.Strict, - Data.Vault.ST.Lazy, - Data.Vault.ST.Strict, - Data.Unique.Really - - if impl(ghc) && flag(UseGHC) - CPP-options: -DUseGHC +Name: vault +Version: 0.3.1.5 +x-revision: 5 +Synopsis: a persistent store for values of arbitrary types +Description: + A /vault/ is a persistent store for values of arbitrary types. + It's like having first-class access to the storage space behind IORefs. + . + The data structure is analogous to a bank vault, + where you can access different bank boxes with different keys; + hence the name. + . + Also provided is a /locker/ type, representing a store for a single element. + +Category: Data +License: BSD3 +License-file: LICENSE +Author: Heinrich Apfelmus, Elliott Hird +Maintainer: Heinrich Apfelmus +Homepage: https://github.com/HeinrichApfelmus/vault +Copyright: (c) Heinrich Apfelmus 2011-2013 + +build-type: Simple +cabal-version: >= 1.10 +Tested-With: GHC == 7.6.3 + ,GHC == 7.8.4 + ,GHC == 7.10.3 + ,GHC == 8.0.2 + ,GHC == 8.2.2 + ,GHC == 8.4.4 + ,GHC == 8.6.5 + ,GHC == 8.8.3 + ,GHC == 8.10.1 + +extra-source-files: + CHANGELOG.md + README.md + src/Data/Vault/IO.h + src/Data/Vault/ST/ST.h + src/Data/Vault/ST/backends/GHC.h + +source-repository head + type: git + location: git://github.com/HeinrichApfelmus/vault.git + +flag UseGHC + description: Use GHC-specific packages and extensions. + default: True + +Library + hs-source-dirs: src + build-depends: base >= 4.5 && < 4.20, + containers >= 0.4 && < 0.8, + unordered-containers >= 0.2.3.0 && < 0.3, + hashable >= 1.1.2.5 && < 1.5 + + if impl(ghc < 8.0) + build-depends: semigroups >= 0.1 && < 1.0 + + default-language: Haskell2010 + default-extensions: CPP + ghc-options: -Wall -fno-warn-missing-signatures + + exposed-modules: + Data.Vault.Lazy, + Data.Vault.Strict, + Data.Vault.ST.Lazy, + Data.Vault.ST.Strict, + Data.Unique.Really + + if impl(ghc) && flag(UseGHC) + CPP-options: -DUseGHC From f55efc27ea985cca6d87803dda0bd18cb55942d9eae8b9ad6160ba750b624ffa Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 16 Nov 2023 16:59:38 +0000 Subject: [PATCH 2/4] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-vault revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-vault?expand=0&rev=22 --- ghc-vault.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-vault.changes b/ghc-vault.changes index 42e71b4..77d40a6 100644 --- a/ghc-vault.changes +++ b/ghc-vault.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 16 13:26:56 UTC 2023 - Peter Simons + +- Strip CRLF line endings from the bundled Cabal file. + ------------------------------------------------------------------- Tue Oct 24 09:45:46 UTC 2023 - Peter Simons From c620388ec9b7c82a5fc6c6a3c4b592a083975a35e06df9a2bbcd9ad2928412e9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Nov 2023 09:17:23 +0000 Subject: [PATCH 3/4] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-vault revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-vault?expand=0&rev=23 --- ghc-vault.changes | 5 -- vault.cabal | 144 +++++++++++++++++++++++----------------------- 2 files changed, 72 insertions(+), 77 deletions(-) diff --git a/ghc-vault.changes b/ghc-vault.changes index 77d40a6..42e71b4 100644 --- a/ghc-vault.changes +++ b/ghc-vault.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Thu Nov 16 13:26:56 UTC 2023 - Peter Simons - -- Strip CRLF line endings from the bundled Cabal file. - ------------------------------------------------------------------- Tue Oct 24 09:45:46 UTC 2023 - Peter Simons diff --git a/vault.cabal b/vault.cabal index 35ee276..7724519 100644 --- a/vault.cabal +++ b/vault.cabal @@ -1,72 +1,72 @@ -Name: vault -Version: 0.3.1.5 -x-revision: 5 -Synopsis: a persistent store for values of arbitrary types -Description: - A /vault/ is a persistent store for values of arbitrary types. - It's like having first-class access to the storage space behind IORefs. - . - The data structure is analogous to a bank vault, - where you can access different bank boxes with different keys; - hence the name. - . - Also provided is a /locker/ type, representing a store for a single element. - -Category: Data -License: BSD3 -License-file: LICENSE -Author: Heinrich Apfelmus, Elliott Hird -Maintainer: Heinrich Apfelmus -Homepage: https://github.com/HeinrichApfelmus/vault -Copyright: (c) Heinrich Apfelmus 2011-2013 - -build-type: Simple -cabal-version: >= 1.10 -Tested-With: GHC == 7.6.3 - ,GHC == 7.8.4 - ,GHC == 7.10.3 - ,GHC == 8.0.2 - ,GHC == 8.2.2 - ,GHC == 8.4.4 - ,GHC == 8.6.5 - ,GHC == 8.8.3 - ,GHC == 8.10.1 - -extra-source-files: - CHANGELOG.md - README.md - src/Data/Vault/IO.h - src/Data/Vault/ST/ST.h - src/Data/Vault/ST/backends/GHC.h - -source-repository head - type: git - location: git://github.com/HeinrichApfelmus/vault.git - -flag UseGHC - description: Use GHC-specific packages and extensions. - default: True - -Library - hs-source-dirs: src - build-depends: base >= 4.5 && < 4.20, - containers >= 0.4 && < 0.8, - unordered-containers >= 0.2.3.0 && < 0.3, - hashable >= 1.1.2.5 && < 1.5 - - if impl(ghc < 8.0) - build-depends: semigroups >= 0.1 && < 1.0 - - default-language: Haskell2010 - default-extensions: CPP - ghc-options: -Wall -fno-warn-missing-signatures - - exposed-modules: - Data.Vault.Lazy, - Data.Vault.Strict, - Data.Vault.ST.Lazy, - Data.Vault.ST.Strict, - Data.Unique.Really - - if impl(ghc) && flag(UseGHC) - CPP-options: -DUseGHC +Name: vault +Version: 0.3.1.5 +x-revision: 5 +Synopsis: a persistent store for values of arbitrary types +Description: + A /vault/ is a persistent store for values of arbitrary types. + It's like having first-class access to the storage space behind IORefs. + . + The data structure is analogous to a bank vault, + where you can access different bank boxes with different keys; + hence the name. + . + Also provided is a /locker/ type, representing a store for a single element. + +Category: Data +License: BSD3 +License-file: LICENSE +Author: Heinrich Apfelmus, Elliott Hird +Maintainer: Heinrich Apfelmus +Homepage: https://github.com/HeinrichApfelmus/vault +Copyright: (c) Heinrich Apfelmus 2011-2013 + +build-type: Simple +cabal-version: >= 1.10 +Tested-With: GHC == 7.6.3 + ,GHC == 7.8.4 + ,GHC == 7.10.3 + ,GHC == 8.0.2 + ,GHC == 8.2.2 + ,GHC == 8.4.4 + ,GHC == 8.6.5 + ,GHC == 8.8.3 + ,GHC == 8.10.1 + +extra-source-files: + CHANGELOG.md + README.md + src/Data/Vault/IO.h + src/Data/Vault/ST/ST.h + src/Data/Vault/ST/backends/GHC.h + +source-repository head + type: git + location: git://github.com/HeinrichApfelmus/vault.git + +flag UseGHC + description: Use GHC-specific packages and extensions. + default: True + +Library + hs-source-dirs: src + build-depends: base >= 4.5 && < 4.20, + containers >= 0.4 && < 0.8, + unordered-containers >= 0.2.3.0 && < 0.3, + hashable >= 1.1.2.5 && < 1.5 + + if impl(ghc < 8.0) + build-depends: semigroups >= 0.1 && < 1.0 + + default-language: Haskell2010 + default-extensions: CPP + ghc-options: -Wall -fno-warn-missing-signatures + + exposed-modules: + Data.Vault.Lazy, + Data.Vault.Strict, + Data.Vault.ST.Lazy, + Data.Vault.ST.Strict, + Data.Unique.Really + + if impl(ghc) && flag(UseGHC) + CPP-options: -DUseGHC From d6dc9d8c2969a976ba9f303c453112d4ff68e07750df91fae75414d36da45885 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 9 Feb 2024 22:00:54 +0000 Subject: [PATCH 4/4] 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