packages feed

lens-aeson 1.0.0.2 → 1.0.0.3

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens

API changes (from Hackage documentation)

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+1.0.0.3+----+* Move lens upper bound to < 5 like the other packages in the family+ 1 ---- * Module migrated from lens package to Data.Aeson.Lens
lens-aeson.cabal view
@@ -1,6 +1,6 @@ name:          lens-aeson category:      Numeric-version:       1.0.0.2+version:       1.0.0.3 license:       BSD3 cabal-version: >= 1.8 license-file:  LICENSE@@ -44,7 +44,7 @@ library   build-depends:     base                 >= 4.5       && < 5,-    lens                 >= 4.4       && < 4.6,+    lens                 >= 4.4       && < 5,     text                 >= 0.11.1.10 && < 1.3,     vector               >= 0.9       && < 0.11,     unordered-containers >= 0.2.3     && < 0.3,