dhall-json 1.0.10 → 1.0.11
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~dhalldep ~optparse-genericPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dhall, optparse-generic
API changes (from Hackage documentation)
Files
- dhall-json.cabal +4/−4
dhall-json.cabal view
@@ -1,5 +1,5 @@ Name: dhall-json-Version: 1.0.10+Version: 1.0.11 Cabal-Version: >=1.8.0.2 Build-Type: Simple Tested-With: GHC == 7.10.2, GHC == 8.0.1@@ -31,7 +31,7 @@ Build-Depends: base >= 4.8.0.0 && < 5 , aeson >= 1.0.0.0 && < 1.3 ,- dhall >= 1.9.0 && < 1.10,+ dhall >= 1.9.0 && < 1.11, text >= 0.11.1.0 && < 1.3 , vector Exposed-Modules: Dhall.JSON@@ -47,7 +47,7 @@ bytestring < 0.11, dhall , dhall-json ,- optparse-generic >= 1.1.1 && < 1.3 ,+ optparse-generic >= 1.1.1 && < 1.4 , trifecta >= 1.6 && < 1.8 , text GHC-Options: -Wall@@ -60,7 +60,7 @@ bytestring < 0.11, dhall , dhall-json ,- optparse-generic >= 1.1.1 && < 1.3 ,+ optparse-generic >= 1.1.1 && < 1.4 , trifecta >= 1.6 && < 1.8 , yaml >= 0.5.0 && < 0.9 , text