cborg-json 0.1.0.0 → 0.2.0.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesondep ~basedep ~cborgPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, cborg
API changes (from Hackage documentation)
Files
- cborg-json.cabal +3/−3
cborg-json.cabal view
@@ -1,5 +1,5 @@ name: cborg-json-version: 0.1.0.0+version: 0.2.0.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.@@ -22,13 +22,13 @@ ghc-options: -Wall build-depends: base >=4.7 && <4.11,- aeson >=0.7 && <1.2,+ aeson >=0.7 && <1.3, aeson-pretty >=0.8 && <0.9, unordered-containers >=0.2 && <0.3, scientific >=0.3 && <0.4, text >=1.1 && <1.3, vector >=0.10 && <0.13,- cborg ==0.1.*+ cborg ==0.2.* hs-source-dirs: src default-language: Haskell2010