BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:lens-action-0.2.2@sha256:0cd332a1a0218de05b14c138e0216a4d2b6b40071c358da12d419a26c3885889,2295

Module documentation for 0.2.2

lens-action

Hackage Build Status

This package contains combinators and types for working with monadic getters and folds as split off from the original lens package.

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

0.2.2

  • Add a library dependency for the doctests test suite

0.2.1

  • Revamp Setup.hs to use cabal-doctest. This makes it build with Cabal-2.0, and makes the doctests work with cabal new-build and sandboxes.

0.2.0.2

  • Migrate to new phantom definition in contravariant

0.2.0.1

  • Add Control.Lens.Action.Type to exposed-modules list.

0.2

  • profunctors-5 and lens-4.10 support

0.1.0.1

  • Add Control.Lens.Action.Type to exposed-modules list.

0.1

  • Initial split from lens package