BSD-3-Clause licensed by Viktor Kronvall, Jonas Carpay
Maintained by Jonas Carpay
This version can be pinned in stack with:aeson-commit-1.6.0@sha256:dd065f6c35b4cf3f37e4251e5c53bb9d700695713eb28a586439fe01c395ff52,1464

Module documentation for 1.6.0

aeson-commit

Hackage version Stackage version Build status

Commitment mechanism for aeson parsers. Commitment means that if some initial parsing succeeds, subsequent failures are unrecoverable.

See haddocks for more information and examples.

Changes

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]

  • Reword documentation

[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]

  • A changelog

[Changed]

  • Loosen version bounds in hope of appeasing the hackage build matrix

[1.0]

[Added]

  • Everything