Accepting request 825793 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/825793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson?expand=0&rev=28
This commit is contained in:
2020-08-18 10:24:30 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 4 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:958ef96a31ad0807e307f92d61a2b51827f7b06afed52cf06f76c64c6aed986a
size 298200

View File

@@ -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

View File

@@ -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