packages feed

lenz 0.1.2.1 → 0.1.2.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Data.Lens: type Refractor c d α β a b = forall p f. (d f, c p) => p a (f b) -> p α (f β)

Files

Data/Lens.hs view
@@ -1,4 +1,4 @@-module Data.Lens (Lens,+module Data.Lens (Lens, Refractor,                   lens, iso,                   get, set, modify,                   fstL, sndL, swapL, unitL) where
lenz.cabal view
@@ -1,5 +1,5 @@ name:           lenz-version:        0.1.2.1+version:        0.1.2.2 synopsis:       Van Laarhoven lenses license:        OtherLicense license-file:   LICENSE