microlens-ghc

microlens + all features depending on packages coming with GHC (array, bytestring, containers)

http://github.com/aelve/microlens

Version on this page:0.3.1.0
LTS Haskell 22.21:0.4.14.3
Stackage Nightly 2024-05-10:0.4.14.3
Latest on Hackage:0.4.14.3

See all snapshots microlens-ghc appears in

BSD-3-Clause licensed by Artyom
Maintained by Artyom
This version can be pinned in stack with:microlens-ghc-0.3.1.0@sha256:eafb726c3cc277f8eed0bd7f11e2a5bc353655d76e915073d5507f2af39bd674,2069

Module documentation for 0.3.1.0

Used by 1 package in nightly-2015-12-30(full list with versions):

Use this package instead of microlens if you don't mind depending on all dependencies here – Lens.Micro.GHC reexports everything from Lens.Micro and additionally provides orphan instances of microlens classes for packages coming with GHC (array, bytestring, containers).

The minor and major versions of microlens-ghc are incremented whenever the minor and major versions of microlens are incremented, so you can depend on the exact version of microlens-ghc without specifying the version of microlens you need.

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

Changes

0.3.1.0

  • New minor release (microlens-0.3.5).

0.3.0.0

  • Made Lens.Micro.GHC export Lens.Micro (so, now microlens-ghc works like microlens-platform).

0.2.1.0

  • Added Safe Haskell pragmas.

0.2.0.0

  • Added instances for Cons and Snoc.

0.1.0.1

  • Bumped microlens version.

0.1.0.0

Initial release.