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

cborg: Upgrading from 0.2.0.0 to 0.2.1.0

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

  * New upstream version.

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

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

  * Initial release.
+2 −3
Original line number Diff line number Diff line
@@ -10,8 +10,7 @@ Build-Depends: debhelper (>= 10),
 ghc-prof,
 libghc-half-dev (>= 0.2.2.3),
 libghc-half-dev (<< 0.4),
 libghc-half-prof (>= 0.2.2.3),
 libghc-half-prof (<< 0.4),
 libghc-half-prof,
 libghc-primitive-dev (>= 0.5),
 libghc-primitive-dev (<< 0.7),
 libghc-primitive-prof (>= 0.5),
@@ -19,7 +18,7 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
 libghc-half-doc,
 libghc-primitive-doc,
Standards-Version: 4.3.0
Standards-Version: 4.4.0
X-Description: Concise Binary Object Representation
 This package provides an efficient implementation of the Concise
 Binary Object Representation (CBOR), as specified by RFC 7049.
+16 −8
Original line number Diff line number Diff line
--- a/cborg.cabal
+++ b/cborg.cabal
@@ -77,7 +77,7 @@
     bytestring              >= 0.10.4  && < 0.11,
     containers              >= 0.5     && < 0.6,
     ghc-prim                >= 0.3     && < 0.6,
-    half                    >= 0.2.2.3 && < 0.3,
+    half                    >= 0.2.2.3 && < 0.4,
     primitive               >= 0.5     && < 0.7,
     text                    >= 1.1     && < 1.3
@@ -96,7 +96,7 @@
     ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
   else
     -- provide/emulate `Control.Monad.Fail` and `Data.Semigroups` API for pre-GHC8
-    build-depends: fail == 4.9.*, semigroups == 0.18.*
+    build-depends: semigroups == 0.18.*
 
 test-suite tests
   type:              exitcode-stdio-1.0
@@ -130,7 +130,6 @@
     base64-bytestring       >= 1.0     && < 1.1,
     base16-bytestring       >= 0.1     && < 0.2,
     deepseq                 >= 1.0     && < 1.5,
-    fail                    >= 4.9.0.0 && < 4.10,
     half                    >= 0.2.2.3 && < 0.4,
     QuickCheck              >= 2.9     && < 2.13,
     scientific              >= 0.3     && < 0.4,