highjson 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesondep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, attoparsec
API changes (from Hackage documentation)
Files
- highjson.cabal +3/−3
highjson.cabal view
@@ -1,5 +1,5 @@ name: highjson-version: 0.2.0.1+version: 0.2.0.2 synopsis: Very fast JSON serialisation and parsing library description: Low boilerplate, easy to use and very fast JSON serialisation and parsing homepage: https://github.com/agrafix/highjson@@ -24,7 +24,7 @@ Data.Json.Serialiser Data.Json build-depends: base >=4.7 && <5,- attoparsec >=0.13.0.0,+ attoparsec >=0.12.0.0, bytestring >=0.10.4.0, containers, unordered-containers >=0.2.5,@@ -65,7 +65,7 @@ build-depends: base, criterion >=1.1,- aeson >=0.9,+ aeson >=0.8, highjson, text, deepseq,