aeson-value-parser 0.19 → 0.19.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~megaparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: megaparsec
API changes (from Hackage documentation)
Files
- aeson-value-parser.cabal +2/−2
aeson-value-parser.cabal view
@@ -1,5 +1,5 @@ name: aeson-value-parser-version: 0.19+version: 0.19.0.1 synopsis: API for parsing "aeson" JSON tree into Haskell types description: A flexible parser DSL of JSON AST produced by the \"aeson\" library@@ -38,7 +38,7 @@ base >=4.9 && <5, bytestring >=0.10 && <0.12, hashable >=1.3 && <2,- megaparsec >=8 && <9,+ megaparsec >=8 && <10, mtl >=2.2 && <3, scientific ==0.3.*, text ==1.*,