The lens-aeson package

[Tags:library, mit]

Law-abiding lenses for aeson


[Skip to Readme]

Properties

Versions 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
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>
Category Numeric
Home page http://github.com/lens/lens-aeson/
Bug tracker http://github.com/lens/lens-aeson/issues
Source repository head: git clone https://github.com/lens/lens-aeson
Uploaded Wed Apr 26 00:42:50 UTC 2017 by ryanglscott
Distributions Arch:1.0.1, Debian:1.0.0.5, LTSHaskell:1.0.1, NixOS:1.0.1, Stackage:1.0.1, Tumbleweed:1.0.1
Downloads 11000 total (854 in the last 30 days)
Votes
3 []
Status Docs available [build log]
Last success reported on 2017-04-26 [all 1 reports]

Modules

[Index]

Flags

NameDescriptionDefaultType
test-doctestsEnabledManual

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

Downloads

Maintainer's Corner

For package maintainers and hackage trustees

Readme for lens-aeson

Readme for lens-aeson-1.0.1

lens-aeson

Hackage 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