MIT licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:lens-aeson-1.0.0.5@sha256:6fde3d7feb42ad58f74e89202ec01d0397bd1c8bf00b2042edaa293479d70385,1991

Module documentation for 1.0.0.5

lens-aeson

Build Status

The goal of lens-aeson is to provide traversals and prisms for the Aeson library’s Value type, while obeying the Traversal/Prism laws.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett

Changes

1.0.0.5

  • Fix tests to work against vector-0.11
  • Documentation fixes
  • No functional changes since 1.0.0.4

1.0.0.3

  • Move lens upper bound to < 5 like the other packages in the family

1

  • Module migrated from lens package to Data.Aeson.Lens

0.1.2

  • Added members and values

0.1.1

  • Broadened dependencies

0.1

  • Repository initialized