Accepting request 1059049 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/1059049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson-yaml?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2023-01-18 12:09:36 +00:00 committed by Git OBS Bridge
commit 95ee0fd595
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: 2
x-revision: 3
homepage: https://github.com/clovyr/aeson-yaml
bug-reports: https://github.com/clovyr/aeson-yaml/issues
author: Patrick Nielsen
@ -43,7 +43,7 @@ library
, bytestring >= 0.10.4.0 && < 0.12
, text >= 0.1 && < 2.1
, unordered-containers >= 0.1.0.0 && < 0.3
, vector >= 0.1 && < 0.13
, vector >= 0.1 && < 0.14
ghc-options:
-Wall
default-language: Haskell2010

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 12 02:41:09 UTC 2022 - Peter Simons <psimons@suse.com>
- Update aeson-yaml to version 1.1.0.1 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Sep 27 20:38:57 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/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-aeson-devel
BuildRequires: ghc-bytestring-devel