Accepting request 842736 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/842736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2020-10-23 13:13:24 +00:00 committed by Git OBS Bridge
commit bff44e6e4b
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 6 08:56:45 UTC 2020 - psimons@suse.com
- Update aeson to version 1.5.4.1.
#### 1.5.4.1
* Use `Text.Encoding.decodeLatin1` to speed up ASCII string decoding, thanks to Dmitry Ivanov.
* Support `bytestring 0.11.*` and `th-abstraction 0.4.*`, thanks to Oleg Grenrus.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 4 18:06:49 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com> Sun Oct 4 18:06:49 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

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