osc copypac from project:devel:languages:haskell:ghc-8.6.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=51
This commit is contained in:
Peter Simons 2019-12-24 02:02:01 +00:00 committed by Git OBS Bridge
parent 9ff32a27ac
commit aab498a01b
4 changed files with 20 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Nov 13 03:02:25 UTC 2019 - psimons@suse.com
- Update aeson to version 1.4.6.0.
### 1.4.6.0
* Provide a clearer error message when a required tagKey for a constructor is missing, thanks to Guru Devanla.
The error message now looks like this: `Error in $: parsing Types.SomeType failed, expected Object with key "tag" containing one of ["nullary","unary","product","record","list"], key "tag" not found`
* Add `formatPath` and `formatRelativePath` functions to turn a `JSONPath` into a `String`, thanks to Robbie McMichael
-------------------------------------------------------------------
Fri Nov 8 16:13:10 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 10 02:02:48 UTC 2019 - psimons@suse.com Tue Sep 10 02:02:48 UTC 2019 - psimons@suse.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.4.5.0 Version: 1.4.6.0
Release: 0 Release: 0
Summary: Fast JSON parsing and encoding Summary: Fast JSON parsing and encoding
License: BSD-3-Clause License: BSD-3-Clause