osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson revision:20, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=67
This commit is contained in:
Peter Simons 2020-10-20 09:15:29 +00:00 committed by Git OBS Bridge
parent 6bf78a2689
commit d521ec3ba2
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>

View File

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