digestive-functors-aeson 1.1.21 → 1.1.22
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- Changelog.md +4/−0
- digestive-functors-aeson.cabal +2/−2
Changelog.md view
@@ -1,3 +1,7 @@+# 1.1.22++- Increase upper bound of `aeson`.+ # 1.1.21 - Increase upper bounds on `base` and `lens`.
digestive-functors-aeson.cabal view
@@ -1,6 +1,6 @@ name: digestive-functors-aeson category: Web, JSON-version: 1.1.21+version: 1.1.22 license: GPL-3 license-file: LICENSE author: Oliver Charles@@ -27,7 +27,7 @@ exposed-modules: Text.Digestive.Aeson build-depends:- aeson >= 0.7 && < 1.2,+ aeson >= 0.7 && < 1.3, base >= 4.5 && < 5, containers >= 0.5, digestive-functors >= 0.7 && < 0.9,