Maintained by
Jonas CarpayThis version can be pinned in stack with:aeson-commit-1.6.0@sha256:dd065f6c35b4cf3f37e4251e5c53bb9d700695713eb28a586439fe01c395ff52,1464
Module documentation for 1.6.0
aeson-commit
Commitment mechanism for aeson
parsers.
Commitment means that if some initial parsing succeeds, subsequent failures are unrecoverable.
See haddocks for more information and examples.
Changelog
[1.6]
[Changed]
- Bump aeson upper bound
- Change to
major.minor.patch
versioning
[1.5]
[Changed]
- [#15] Depend on transformers instead of mtl, to sidestep current export issues in mtl 2.3
[1.4]
[Added]
- Nix support
- Conditionally qualifications for
aeson-2.0
[Changed]
[1.3]
[Changed]
- Relax version bounds in preparation for uploading to stackage
- Rewords documentation – again
[1.2]
[Changed]
- Reword parts of the documentation
- Add missing fields to cabal file in preparation of adding to stackage
[1.1]
[Added]
[Changed]
- Loosen version bounds in hope of appeasing the hackage build matrix
[1.0]
[Added]