cborg-json 0.2.3.0 → 0.2.4.0
raw patch · 2 files changed
+4/−7 lines, 2 filesdep ~textnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- ChangeLog.md +0/−4
- cborg-json.cabal +4/−3
ChangeLog.md view
@@ -1,9 +1,5 @@ # Revision history for cborg-json -## 0.2.3.0 -- 2021-10-31--* Support for `aeson-2.0`, GHC 9.0, GHC 9.2, and `bytestring-0.11`.- ## 0.2.2.0 -- 2019-12-29 * Use `replicateM` to significantly speed up decoding. Now faster than Aeson!
cborg-json.cabal view
@@ -1,5 +1,5 @@ name: cborg-json-version: 0.2.3.0+version: 0.2.4.0 synopsis: A library for encoding JSON as CBOR description: This package implements the bijection between JSON and CBOR defined in the CBOR specification, RFC 7049.@@ -23,7 +23,8 @@ GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1,- GHC == 9.0.1+ GHC == 9.0.1,+ GHC == 9.2.2 library exposed-modules: Codec.CBOR.JSON@@ -34,7 +35,7 @@ aeson-pretty >=0.8 && <0.9, unordered-containers >=0.2 && <0.3, scientific >=0.3 && <0.4,- text >=1.1 && <1.3,+ text >=1.1 && <2.1, vector >=0.10 && <0.13, cborg ==0.2.* hs-source-dirs: src