osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson revision:31, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=75
This commit is contained in:
parent
9d1428c852
commit
22c551cb34
@ -1,6 +1,6 @@
|
||||
name: aeson
|
||||
version: 1.5.6.0
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
category: Text, Web, JSON
|
||||
@ -101,14 +101,14 @@ library
|
||||
ghc-prim >= 0.2 && < 0.8,
|
||||
template-haskell >= 2.9.0.0 && < 2.18,
|
||||
text >= 1.2.3.0 && < 1.3,
|
||||
time >= 1.4 && < 1.12
|
||||
time >= 1.4 && < 1.13
|
||||
|
||||
if impl(ghc >= 8.0)
|
||||
build-depends: bytestring >= 0.10.8.1
|
||||
|
||||
-- Compat
|
||||
build-depends:
|
||||
base-compat-batteries >= 0.10.0 && < 0.12,
|
||||
base-compat-batteries >= 0.10.0 && < 0.13,
|
||||
time-compat >= 1.9.4 && < 1.10
|
||||
|
||||
if !impl(ghc >= 8.6)
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 2 08:33:16 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update aeson to version 1.5.6.0 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 6 06:49:35 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -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/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-attoparsec-devel
|
||||
BuildRequires: ghc-base-compat-batteries-devel
|
||||
|
Loading…
Reference in New Issue
Block a user