Changelog for
ghc-hslua-aeson-devel-2.3.0.1-2.23.x86_64.rpm :
* Thu Apr 13 2023 Peter Simons
- Update hslua-aeson to version 2.3.0.1. [#]# hslua-aeson-2.3.0.1 Released 2023-03-13. - Relax upper bound for hslua-marshalling, allow version 2.3. [#]# hslua-aeson-2.3.0 Released 2023-02-21. - The `peekValue` peeker now checks for a `__toaeson` metafield or `__tojson` metamethod and uses them to compute the `Value` of an object: The `__toaeson` metafield, if set, must be a function pushed via `pushToAeson`. That function is called on a given object, and the returned
*Value
* becomes the result of calling `peekValue`. Likewise, the `__tojson` metamethod must be a function that returns a valid JSON string. The result in that case is the decoded string. If both, `__toaeson` and `__tojson` are set, then `__toaeson` takes precedent. - The test suite now has
*tasty-hunit
* as an additional dependency.
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Thu Jun 23 2022 Peter Simons - Update hslua-aeson to version 2.2.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/hslua-aeson-2.2.1/src/CHANGELOG.md
* Fri Feb 04 2022 psimonsAATTsuse.com- Add hslua-aeson at version 2.1.0.