lens 3.9.0.1 → 3.9.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~generic-deriving
Dependency ranges changed: generic-deriving
Files
- CHANGELOG.markdown +4/−0
- lens.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+3.9.0.2+-------+* Bumped dependency on `generic-deriving` to enable building on GHC HEAD.+ 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.
lens.cabal view
@@ -1,6 +1,6 @@ name: lens category: Data, Lenses-version: 3.9.0.1+version: 3.9.0.2 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -175,7 +175,7 @@ containers >= 0.4.0 && < 0.6, distributive >= 0.3 && < 1, filepath >= 1.2.0.0 && < 1.4,- generic-deriving == 1.4.*,+ generic-deriving >= 1.4 && < 1.6, ghc-prim, hashable >= 1.1.2.3 && < 1.3, MonadCatchIO-transformers >= 0.3 && < 0.4,