SHA256
1
0
forked from pool/ghc-aeson

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson revision:35, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=76
This commit is contained in:
Ondřej Súkup 2021-11-21 11:20:42 +00:00 committed by Git OBS Bridge
parent 22c551cb34
commit 60c475a2d5
3 changed files with 17 additions and 5 deletions

View File

@ -1,6 +1,6 @@
name: aeson name: aeson
version: 1.5.6.0 version: 1.5.6.0
x-revision: 2 x-revision: 4
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
category: Text, Web, JSON category: Text, Web, JSON
@ -118,9 +118,9 @@ library
if !impl(ghc >= 8.0) if !impl(ghc >= 8.0)
-- `Data.Semigroup` and `Control.Monad.Fail` and `Control.Monad.IO.Class` are available in base only since GHC 8.0 / base 4.9 -- `Data.Semigroup` and `Control.Monad.Fail` and `Control.Monad.IO.Class` are available in base only since GHC 8.0 / base 4.9
build-depends: build-depends:
semigroups >= 0.18.5 && < 0.20, semigroups >= 0.18.5 && < 0.21,
transformers >= 0.3.0.0 && < 0.6, transformers >= 0.3.0.0 && < 0.7,
transformers-compat >= 0.6.2 && < 0.7, transformers-compat >= 0.6.2 && < 0.8,
fail == 4.9.* fail == 4.9.*
if !impl(ghc >= 7.10) if !impl(ghc >= 7.10)

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Nov 20 17:29:58 UTC 2021 - psimons@suse.com
- Update aeson to version 1.5.6.0 revision 4.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Nov 16 19:52:56 UTC 2021 - psimons@suse.com
- Update aeson to version 1.5.6.0 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 2 08:33:16 UTC 2021 - psimons@suse.com Thu Sep 2 08:33:16 UTC 2021 - psimons@suse.com

View File

@ -25,7 +25,7 @@ Summary: Fast JSON parsing and encoding
License: BSD-3-Clause License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz 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/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-base-compat-batteries-devel BuildRequires: ghc-base-compat-batteries-devel