From 2b44f34551df8130067e5e54e6100b552173d83705b860e6b7c2164f4d2b23de Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 15 Jul 2023 21:01:11 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-HsYAML revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HsYAML?expand=0&rev=51 --- HsYAML.cabal | 10 +++++----- ghc-HsYAML.changes | 6 ++++++ ghc-HsYAML.spec | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/HsYAML.cabal b/HsYAML.cabal index 395c636..a9f1caf 100644 --- a/HsYAML.cabal +++ b/HsYAML.cabal @@ -1,7 +1,7 @@ cabal-version: 1.14 name: HsYAML version: 0.2.1.1 -x-revision: 2 +x-revision: 3 synopsis: Pure Haskell YAML 1.2 processor homepage: https://github.com/haskell-hvr/HsYAML @@ -16,9 +16,9 @@ copyright: 2015-2018 Herbert Valerio Riedel category: Text build-type: Simple tested-with: - GHC == 9.6.0 - GHC == 9.4.4 - GHC == 9.2.6 + GHC == 9.6.2 + GHC == 9.4.5 + GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 @@ -93,7 +93,7 @@ library TypeSynonymInstances build-depends: base >= 4.5 && < 4.19 - , bytestring >= 0.9 && < 0.12 + , bytestring >= 0.9 && < 0.13 , containers >= 0.4.2 && < 0.7 , deepseq >= 1.3.0 && < 1.5 , text >= 1.2.3 && < 2.1 diff --git a/ghc-HsYAML.changes b/ghc-HsYAML.changes index 1dcf0fa..c1d7261 100644 --- a/ghc-HsYAML.changes +++ b/ghc-HsYAML.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 12 22:23:03 UTC 2023 - Peter Simons + +- Update HsYAML to version 0.2.1.1 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Mar 30 17:07:07 UTC 2023 - Peter Simons diff --git a/ghc-HsYAML.spec b/ghc-HsYAML.spec index 04c505e..3a67290 100644 --- a/ghc-HsYAML.spec +++ b/ghc-HsYAML.spec @@ -26,7 +26,7 @@ Summary: Pure Haskell YAML 1.2 processor License: GPL-2.0-or-later 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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof