From dc536bd985d7d8e69edef4be265e0a967bf3d9ad2ba77a99225ef64f640dcb18 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2022 14:46:18 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson-yaml revision:12, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-yaml?expand=0&rev=12 --- aeson-yaml.cabal | 4 ++-- ghc-aeson-yaml.changes | 6 ++++++ ghc-aeson-yaml.spec | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/aeson-yaml.cabal b/aeson-yaml.cabal index 1a2f902..5ee4ecd 100644 --- a/aeson-yaml.cabal +++ b/aeson-yaml.cabal @@ -2,7 +2,7 @@ cabal-version: 1.12 name: aeson-yaml version: 1.1.0.1 -x-revision: 1 +x-revision: 2 homepage: https://github.com/clovyr/aeson-yaml bug-reports: https://github.com/clovyr/aeson-yaml/issues author: Patrick Nielsen @@ -38,7 +38,7 @@ library exposed-modules: Data.Aeson.Yaml build-depends: - aeson >= 0.4.0.0 && < 2.1 + aeson >= 0.4.0.0 && < 2.2 , base >= 4.8.2.0 && < 5 , bytestring >= 0.10.4.0 && < 0.12 , text >= 0.1 && < 2.1 diff --git a/ghc-aeson-yaml.changes b/ghc-aeson-yaml.changes index c05150d..7e15cf9 100644 --- a/ghc-aeson-yaml.changes +++ b/ghc-aeson-yaml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 27 20:38:57 UTC 2022 - Peter Simons + +- Update aeson-yaml to version 1.1.0.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Jan 20 19:20:56 UTC 2022 - Peter Simons diff --git a/ghc-aeson-yaml.spec b/ghc-aeson-yaml.spec index e00ef3f..b96c30c 100644 --- a/ghc-aeson-yaml.spec +++ b/ghc-aeson-yaml.spec @@ -25,7 +25,7 @@ Summary: Output any Aeson value as YAML (pure Haskell library) 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/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel BuildRequires: ghc-bytestring-devel