This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).
This package is a part of the microlens family; see the readme on Github.
Changes
0.4.3.10
Port lens commit fae336e1, “Close over kind variables when computing fixed type variables”, fixing lens issue #972.
Allow building with template-haskell-2.18.
0.4.3.9
Port lens commit 66e199ee, fixing lens issue #945 — “Make the TH machinery handle PolyKinds more robustly”.
0.4.3.8
Fixup.
0.4.3.7
Changes needed for template-haskell-2.17.
0.4.3.6
Bumped th-abstraction.
0.4.3.5
Changes needed for template-haskell-2.16.
0.4.3.4
Backported changes needed for template-haskell-2.15.
0.4.3.3
Exported internal utilities from Lens.Micro.TH.Internal.