BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:zippers-0.2.4@sha256:01d37b6e70607449cdec1b7c1cdd0ee808eb2272d21e89267489ee4e27e547a1,1736

Module documentation for 0.2.4

zippers

Hackage Build Status

Zippers are a way of accessing and manipulating data deep within a structure. This library uses Lenses and Traversals from the lens library to do this effectively.

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.4

  • Support doctest-0.12

0.2.3

  • 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.2

  • Fix compilation of tests with stack

0.2.1

  • Migrate zipper benchmarks from lens

0.1

  • Repository initialized