Accepting request 832240 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/832240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2020-09-07 19:28:59 +00:00 committed by Git OBS Bridge
commit ba332e24bb
4 changed files with 14 additions and 4 deletions

View File

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

3
aeson-1.5.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80d0a13f952b40e5a6f118bf9a10470426446dd54dc6348b6e6cf86e22cd0f9f
size 298416

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 31 02:02:42 UTC 2020 - psimons@suse.com
- Update aeson to version 1.5.4.0.
### 1.5.4.0
* Add instances for `ToJSONKey` and `FromJSONKey` to `Const`, thanks to Dan Fithian.
* Add support for template-haskell 2.17, thanks to Galen Huntington.
* Documentation typo fix, thanks to Jean-Baptiste Mazon.
-------------------------------------------------------------------
Tue Aug 18 10:43:55 UTC 2020 - Peter Simons <psimons@suse.com>

View File

@ -19,7 +19,7 @@
%global pkg_name aeson
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.5.3.0
Version: 1.5.4.0
Release: 0
Summary: Fast JSON parsing and encoding
License: BSD-3-Clause