Changelog for lens-2.3
2.3
- Added missing
{-# INLINE #-}pragmas - Renamed
meanwhiletothroughoutinControl.Parallel.Strategies.Lens - Added
MagnifytoControl.Lens.Getter. - Added
ZoomtoControl.Lens.Type.
2.2
- Added
<&=,<&~,<|=, and<|~ - Moved
<>~,<<>~,<>=, and<<>=toData.Monoid.Lens - Template Haskell now uses eager binding to avoid adding dependencies.
2.1
- Renamed
adjusttoover - Added
au,aufandunder - Added
Data.Monoid.Lens - Increased lower dependency bound on
mtlfor cleaner installation.