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
This commit is contained in:
Peter Simons 2022-10-06 14:46:18 +00:00 committed by Git OBS Bridge
parent 6a24a65aad
commit dc536bd985
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 27 20:38:57 UTC 2022 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>

View File

@ -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