JSONb 1.0.4 → 1.0.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- JSONb.cabal +2/−2
JSONb.cabal view
@@ -1,5 +1,5 @@ name : JSONb-version : 1.0.4+version : 1.0.5 category : Text license : BSD3 license-file : LICENSE@@ -27,7 +27,7 @@ , containers , utf8-string >= 0.3 , bytestring >= 0.9- , attoparsec >= 0.8 && < 0.9+ , attoparsec >= 0.8 , bytestring-nums >= 0.3.1 , bytestring-trie >= 0.1.4 exposed-modules : Text.JSONb