microlens-aeson 2.1.1.3 → 2.2.0
raw patch · 3 files changed
+6/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−1
- README.md +0/−1
- microlens-aeson.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+2.2.0+-----+- Various fixes to dependency version bounds+ 2.1.0 ----- * Restored original `AsJSON` and `_JSON` typing@@ -33,4 +37,3 @@ 0.1 --- * Repository initialized-
README.md view
@@ -2,7 +2,6 @@ =============== [](https://travis-ci.org/fosskers/microlens-aeson)-[](https://coveralls.io/github/fosskers/microlens-aeson?branch=master) [](https://hackage.haskell.org/package/microlens-aeson) [](http://stackage.org/nightly/package/microlens-aeson) [](http://stackage.org/lts/package/microlens-aeson)
microlens-aeson.cabal view
@@ -1,6 +1,6 @@ name: microlens-aeson category: Numeric-version: 2.1.1.3+version: 2.2.0 license: MIT cabal-version: >= 1.8 license-file: LICENSE@@ -35,7 +35,7 @@ build-depends: aeson >= 0.7.0.5 && < 1.2 , attoparsec >= 0.10 && < 0.14- , base >= 4.5 && < 5+ , base >= 4.8 && < 5 , bytestring >= 0.9 && < 0.11 , microlens >= 0.3 && < 0.5 , scientific >= 0.3.2 && < 0.4