microlens-mtl

microlens support for Reader/Writer/State from mtl

http://github.com/aelve/microlens

Version on this page:0.1.7.0@rev:1
LTS Haskell 22.14:0.2.0.3@rev:1
Stackage Nightly 2024-03-28:0.2.0.3@rev:1
Latest on Hackage:0.2.0.3@rev:1

See all snapshots microlens-mtl appears in

BSD-3-Clause licensed by Artyom
Maintained by Artyom
This version can be pinned in stack with:microlens-mtl-0.1.7.0@sha256:a6112f602469f3f3338261498c4048150e9b7d73d35ff7b4f0e6a7bb2fba9f98,1517

Module documentation for 0.1.7.0

This package contains functions (like view or +=) which work on MonadReader, MonadWriter, and MonadState from the mtl package.

This package is a part of the microlens family; see the readme on Github.

Changes

0.1.7.0

  • Added preuse.

0.1.6.1

  • Bumped transformers version.
  • Bumped microlens version.

0.1.6.0

  • Added Lens.Micro.Mtl.Internal (which exports zooming type classes)

0.1.5.0

  • Added Safe Haskell pragmas.

0.1.4.1

  • Bumped microlens version.

0.1.4.0

  • Added preview (a synonym for (^?)).
  • Bumped microlens version.

0.1.3.1

  • Bumped microlens version.

0.1.3.0

  • Moved some internally used functions to Lens.Micro.Internal in microlens.
  • Bumped base version.

0.1.2.0

  • Package now compiles with -O2 and other optimisations by default.

0.1.1.0

  • Added zoom and magnify.

0.1.0.0

Initial release.