microlens-aeson 2.3.0.2 → 2.3.0.3
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- microlens-aeson.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+2.3.0.3+-----+- Readd 7.10 support. Forgive the spam.+ 2.3.0.2 ----- - Bumping bounds, cleaning code.
microlens-aeson.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: microlens-aeson-version: 2.3.0.2+version: 2.3.0.3 synopsis: Law-abiding lenses for Aeson, using microlens. description: Law-abiding lenses for Aeson, using microlens. category: Numeric@@ -22,7 +22,7 @@ common commons default-language: Haskell2010- ghc-options: -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns+ ghc-options: -Wall -Wincomplete-record-updates build-depends: base >= 4.7 && < 5 , aeson >= 0.7 , bytestring