digestive-functors-aeson 1.1.7 → 1.1.8
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
digestive-functors-aeson.cabal view
@@ -1,6 +1,6 @@ name: digestive-functors-aeson category: Web, JSON-version: 1.1.7+version: 1.1.8 license: GPL-3 license-file: LICENSE author: Oliver Charles@@ -27,7 +27,7 @@ Text.Digestive.Aeson build-depends: aeson >= 0.7 && < 0.8,- base >= 4.5 && < 4.7,+ base >= 4.5 && < 4.8, containers >= 0.5, digestive-functors >= 0.7 && < 0.8, lens >= 4.0 && < 4.2,@@ -46,7 +46,7 @@ digestive-functors-aeson, aeson,- base >= 4.5 && < 4.7,+ base >= 4.5 && < 4.8, bytestring >= 0.9, digestive-functors >= 0.6, HUnit >= 1.2,