forked from pool/ghc-aeson
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson revision:15, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=59
This commit is contained in:
parent
16cab031fb
commit
49438bfa6c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd3598924ffdafb5222202af73aaa59bc5d4ac8cf590e06f67b5a6a3751b932b
|
||||
size 297484
|
3
aeson-1.5.3.0.tar.gz
Normal file
3
aeson-1.5.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:958ef96a31ad0807e307f92d61a2b51827f7b06afed52cf06f76c64c6aed986a
|
||||
size 298200
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 08:46:53 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update aeson to version 1.5.3.0.
|
||||
### 1.5.3.0
|
||||
|
||||
* Add instances for types in `strict` and `data-fix` packages, thanks to Oleg Grenrus.
|
||||
* CPP cleanup, thanks to Oleg Grenrus.
|
||||
* Instances for `dlist`'s `Data.DList.DNonEmpty.DNonEmpty`, thanks to Oleg Grenrus.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 15 02:00:21 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name aeson
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.5.2.0
|
||||
Version: 1.5.3.0
|
||||
Release: 0
|
||||
Summary: Fast JSON parsing and encoding
|
||||
License: BSD-3-Clause
|
||||
@ -30,12 +30,14 @@ BuildRequires: ghc-attoparsec-devel
|
||||
BuildRequires: ghc-base-compat-batteries-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-data-fix-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-dlist-devel
|
||||
BuildRequires: ghc-hashable-devel
|
||||
BuildRequires: ghc-primitive-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-scientific-devel
|
||||
BuildRequires: ghc-strict-devel
|
||||
BuildRequires: ghc-tagged-devel
|
||||
BuildRequires: ghc-template-haskell-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
@ -84,7 +86,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
cabal-tweak-dep-ver dlist '< 0.9' '< 2'
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
Reference in New Issue
Block a user