MIT licensed by Harry Garrood
Maintained by [email protected]
This version can be pinned in stack with:aeson-better-errors-0.9.1.4@sha256:36e220e6191a9b7f07790204b9ea809a70c68d7b1782686d26a6101c64499691,2109

Module documentation for 0.9.1.4

aeson-better-errors

A small package which gives you tools to build parsers to decode JSON values, and gives good error messages when parsing fails.

Note that since this package was released, aeson’s default error output has become much better. However, this library’s error types provide more structure than aeson’s. If your use case benefits from structured errors, this library is likely still a good choice, but otherwise, it’s probably easier to use stock aeson.

Changes

Revision history for aeson-better-errors

0.9.1.4

  • Drop aeson upper bound

    Yes I know that PVP wants me to not do this, but it’s practically extremely unlikely that a new version of aeson will ever break the parts of it that this package depends on

0.9.1.3

  • Make compabible with aeson <2.3

0.9.1.2

  • Make compatible with mtl-2.3

0.9.1.1

  • Make compatible with aeson >2.0.0.0

Previous versions

  • Please see git history