lens-aeson: Law-abiding lenses for aeson

[ data, json, lenses, library, mit ] [ Propose Tags ]

Law-abiding lenses for aeson


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
test-doctestsEnabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.1.2, 0.1.2, 1, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.0.4, 1.0.0.5, 1.0.1, 1.0.2, 1.1, 1.1.1, 1.1.2, 1.1.3, 1.2, 1.2.1, 1.2.2, 1.2.3
Change log CHANGELOG.markdown
Dependencies aeson (>=0.7.0.5 && <1.3), attoparsec (>=0.10 && <0.14), base (>=4.5 && <5), bytestring (>=0.9 && <0.11), lens (>=4.4 && <5), scientific (>=0.3.2 && <0.4), text (>=0.11.1.10 && <1.3), unordered-containers (>=0.2.3 && <0.3), vector (>=0.9 && <0.13) [details]
License MIT
Copyright Copyright (C) 2012 Paul Wilson Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 5 made by ryanglscott at 2017-04-16T16:16:18Z
Category Numeric
Home page http://github.com/lens/lens-aeson/
Bug tracker http://github.com/lens/lens-aeson/issues
Source repo head: git clone git://github.com/lens/lens-aeson.git
Uploaded by EricMertens at 2015-09-18T16:58:49Z
Distributions Arch:1.2.3, Debian:1.1, Fedora:1.2.3, LTSHaskell:1.2.3, NixOS:1.2.3, Stackage:1.2.3
Reverse Dependencies 117 direct, 228 indirect [details]
Downloads 47105 total (283 in the last 30 days)
Rating 2.75 (votes: 7) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for lens-aeson-1.0.0.5

[back to package description]

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