Commit e9098fcc authored by Clint Adams's avatar Clint Adams
Browse files

cborg-json: Upgrading from 0.2.0.0 to 0.2.1.0

parent fd5a31d3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-cborg-json (0.2.1.0-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Fri, 26 Jul 2019 22:27:50 -0400

haskell-cborg-json (0.2.0.0-1) unstable; urgency=low

  * Initial release.
+3 −4
Original line number Diff line number Diff line
@@ -9,9 +9,8 @@ Build-Depends: debhelper (>= 10),
 ghc,
 ghc-prof,
 libghc-aeson-dev (>= 0.7),
 libghc-aeson-dev (<< 1.4),
 libghc-aeson-prof (>= 0.7),
 libghc-aeson-prof (<< 1.4),
 libghc-aeson-dev (<< 1.5),
 libghc-aeson-prof,
 libghc-aeson-pretty-dev (>= 0.8),
 libghc-aeson-pretty-dev (<< 0.9),
 libghc-aeson-pretty-prof (>= 0.8),
@@ -39,7 +38,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-scientific-doc,
 libghc-unordered-containers-doc,
 libghc-vector-doc,
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Homepage: https://github.com/well-typed/cborg
X-Description: encoding JSON as CBOR
 This package implements the bijection between JSON and
+0 −13
Original line number Diff line number Diff line
--- a/cborg-json.cabal
+++ b/cborg-json.cabal
@@ -21,8 +21,8 @@
   exposed-modules:     Codec.CBOR.JSON
   ghc-options:         -Wall
   build-depends:
-    base >=4.7 && <4.11,
-    aeson >=0.7 && <1.3,
+    base >=4.7 && <4.12,
+    aeson >=0.7 && <1.4,
     aeson-pretty >=0.8 && <0.9,
     unordered-containers >=0.2 && <0.3,
     scientific >=0.3 && <0.4,
+0 −1
Original line number Diff line number Diff line
newer-deps