From 4c5cbedaf77308ca5203af16ffdf2b5b717f9e60f7a9c5c78f65a88b445f10b8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 21 Sep 2023 10:05:51 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-HsYAML revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HsYAML?expand=0&rev=57 --- HsYAML.cabal | 6 +++--- ghc-HsYAML.changes | 6 ++++++ ghc-HsYAML.spec | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/HsYAML.cabal b/HsYAML.cabal index 3497c5e..07ebb13 100644 --- a/HsYAML.cabal +++ b/HsYAML.cabal @@ -1,7 +1,7 @@ cabal-version: 1.14 name: HsYAML version: 0.2.1.1 -x-revision: 5 +x-revision: 6 synopsis: Pure Haskell YAML 1.2 processor homepage: https://github.com/haskell-hvr/HsYAML @@ -155,6 +155,6 @@ test-suite tests , containers , mtl -- non-inherited - , QuickCheck == 2.14.* - , tasty == 1.4.* + , QuickCheck == 2.14.* + , tasty >= 1.4 && < 1.6 , tasty-quickcheck == 0.10.* diff --git a/ghc-HsYAML.changes b/ghc-HsYAML.changes index 344b8e7..2f740ea 100644 --- a/ghc-HsYAML.changes +++ b/ghc-HsYAML.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 14 07:42:47 UTC 2023 - Peter Simons + +- Update HsYAML to version 0.2.1.1 revision 6. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Mon Aug 28 12:13:14 UTC 2023 - Peter Simons diff --git a/ghc-HsYAML.spec b/ghc-HsYAML.spec index 481c1ca..bd53997 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/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