lens-aeson 1 → 1.0.0.1
raw patch · 2 files changed
+2/−7 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- README.markdown +0/−5
- lens-aeson.cabal +2/−2
README.markdown view
@@ -1,11 +1,6 @@ lens-aeson ========== -DEPRECATED-==========--This project has been deprecated and moved into Lens 4!- [](http://travis-ci.org/lens/lens-aeson) The goal of `lens-aeson` is to provide traversals and prisms for
lens-aeson.cabal view
@@ -1,6 +1,6 @@ name: lens-aeson category: Numeric-version: 1+version: 1.0.0.1 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -45,7 +45,7 @@ build-depends: base >= 4.5 && < 5, lens >= 4.4 && < 4.5,- text >= 0.11.1.10 && < 1.2,+ text >= 0.11.1.10 && < 1.3, vector >= 0.9 && < 0.11, unordered-containers >= 0.2.3 && < 0.3, attoparsec >= 0.10 && < 0.13,