digestive-functors-aeson 1.1.25 → 1.1.26
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~lens
Dependency ranges changed: lens
Files
- Changelog.md +4/−0
- digestive-functors-aeson.cabal +2/−2
Changelog.md view
@@ -1,3 +1,7 @@+# 1.1.26 -- 2018-07-06++- Increase the upper bound of `lens`.+ # 1.1.25 - Increase the upper bound of `aeson`.
digestive-functors-aeson.cabal view
@@ -1,6 +1,6 @@ name: digestive-functors-aeson category: Web, JSON-version: 1.1.25+version: 1.1.26 license: GPL-3 license-file: LICENSE author: Oliver Charles@@ -31,7 +31,7 @@ base >= 4.5 && < 5, containers >= 0.5, digestive-functors >= 0.7 && < 0.9,- lens >= 4.4 && < 4.17,+ lens >= 4.4 && < 4.18, lens-aeson >= 1 && < 1.1, safe >= 0.3.3, text >= 0.11,