lenz 0.4.1.0 → 0.4.2.0
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Control.Lens: gets :: ((a -> Const c b) -> α -> Const c β) -> (a -> c) -> α -> c
Files
- Control/Lens.hs +1/−1
- lenz.cabal +1/−1
Control/Lens.hs view
@@ -1,6 +1,6 @@ module Control.Lens (Lens, Traversal, Iso, lens, iso, invert,- get, set, modify, mapping,+ gets, get, set, modify, mapping, toListOf, foldrOf, foldlOf, mapAccumLOf, mapAccumROf, fstL, sndL, swapL, unitL, bitL, constL) where
lenz.cabal view
@@ -1,5 +1,5 @@ name: lenz-version: 0.4.1.0+version: 0.4.2.0 synopsis: Van Laarhoven lenses license: BSD3 author: M Farkas-Dyck