packages feed

lens 3.9 → 3.9.0.1

raw patch · 2 files changed

+9/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+3.9.0.1+-------+* Updated the field guide image to link to imgur. Sadly the overview haddock and the haddocks are not generated in the same directory, so the haddock hook for copying the image only works locally.+ 3.9 ----- * Changed `Getting` to take 3 arguments instead of 5. If you need the old behavior for portability you can use
lens.cabal view
@@ -1,6 +1,6 @@ name:          lens category:      Data, Lenses-version:       3.9+version:       3.9.0.1 license:       BSD3 cabal-version: >= 1.8 license-file:  LICENSE@@ -37,7 +37,10 @@   .   The core of the hierarchy of lens-like constructions looks like:   .-  <<Hierarchy.png>>+  .+  <<http://i.imgur.com/4fHw3Fd.png>>+  .+  Local copy (<Hierarchy.png>)   .   You can compose any two elements of the hierarchy above using @(.)@ from the @Prelude@, and you can   use any element of the hierarchy as any type it linked to above it.