microlens-mtl

microlens support for Reader/Writer/State from mtl

http://github.com/aelve/microlens

Version on this page:0.1.5.0
LTS Haskell 22.14:0.2.0.3@rev:1
Stackage Nightly 2024-03-29: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.5.0@sha256:16bb8d8b086b0a2a1bc442ba76578cc00179872e8ee3ef2ef3ccc24bc8753739,1497

Module documentation for 0.1.5.0

Used by 1 package in nightly-2015-09-11(full list with versions):

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