Ondřej Súkup
2edb6a9270
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=52
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 13 03:02:04 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 10 02:02:41 UTC 2019 - psimons@suse.com
|
|
|
|
- Update aeson to version 1.4.5.0.
|
|
### 1.4.5.0
|
|
|
|
* Expose `(<?>)`, `JSONPath` and `JSONPathElement(..)` from `Data.Aeson.Types`. Previously only available through internal modules. Thanks to Luke Clifton.
|
|
|
|
* Support for base-compat 0.11, thanks to Ryan Scott.
|
|
|
|
* Travis build for GHC 8.8, thanks to Oleg Grenrus.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 28 17:31:04 UTC 2019 - psimons@suse.com
|
|
|
|
- Add aeson at version 1.4.4.0.
|
|
|