packages feed

cbor-tool 0.1.0.0 → 0.2.0.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~aesondep ~cborgdep ~cborg-json

Dependency ranges changed: aeson, cborg, cborg-json

Files

cbor-tool.cabal view
@@ -1,5 +1,5 @@ name:                cbor-tool-version:             0.1.0.0+version:             0.2.0.0 synopsis:            A tool for manipulating CBOR. description:         A tool for dumping and converting CBOR-encoded data. homepage:            https://github.com/well-typed/cborg@@ -30,6 +30,6 @@     text >=1.1 && <1.3,     vector >=0.10 && <0.13, -    cborg      ==0.1.*,-    cborg-json ==0.1.*+    cborg      ==0.2.*,+    cborg-json ==0.2.*   default-language:    Haskell2010