SHA256
1
0
forked from pool/ghc-aeson

Accepting request 953385 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/953385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:07:48 +00:00 committed by Git OBS Bridge
commit d468c8496c
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name: aeson
version: 1.5.6.0
x-revision: 4
x-revision: 5
license: BSD3
license-file: LICENSE
category: Text, Web, JSON
@ -95,7 +95,7 @@ library
-- GHC bundled libs
build-depends:
base >= 4.7.0.0 && < 5,
bytestring >= 0.10.4.0 && < 0.12,
bytestring >= 0.10.4.0 && < 0.11.2,
containers >= 0.5.5.1 && < 0.7,
deepseq >= 1.3.0.0 && < 1.5,
ghc-prim >= 0.2 && < 0.8,

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 11 17:27:48 UTC 2021 - Peter Simons <psimons@suse.com>
- Update aeson to version 1.5.6.0 revision 5.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sat Nov 20 17:29:58 UTC 2021 - psimons@suse.com

View File

@ -25,7 +25,7 @@ Summary: Fast JSON parsing and encoding
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/4.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-base-compat-batteries-devel