Commit 1ffbcbe0 authored by Clint Adams's avatar Clint Adams
Browse files

cborg: enable testsuite

parent 5ca821fb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-cborg (0.2.1.0-3) unstable; urgency=medium

  * Enable testsuite.

 -- Clint Adams <clint@debian.org>  Sun, 01 Sep 2019 19:13:07 -0400

haskell-cborg (0.2.1.0-2) unstable; urgency=medium

  * Apply upstream patch to fix build when OPTIMIZE_GMP is disabled.
+11 −0
Original line number Diff line number Diff line
@@ -15,6 +15,17 @@ Build-Depends: debhelper (>= 10),
 libghc-primitive-dev (<< 0.7),
 libghc-primitive-prof (>= 0.5),
 libghc-primitive-prof (<< 0.7),
 libghc-quickcheck2-dev (>= 2.9) <!nocheck>,
 libghc-quickcheck2-dev (<< 2.13) <!nocheck>,
 libghc-aeson-dev (>= 0.7) <!nocheck>,
 libghc-aeson-dev (<< 1.5) <!nocheck>,
 libghc-base16-bytestring-dev (>= 0.1) <!nocheck>,
 libghc-base64-bytestring-dev (>= 1.0) <!nocheck>,
 libghc-scientific-dev (>= 0.3) <!nocheck>,
 libghc-tasty-dev (>= 0.11) <!nocheck>,
 libghc-tasty-hunit-dev (>= 0.9) <!nocheck>,
 libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
 libghc-vector-dev (>= 0.10) <!nocheck>,
Build-Depends-Indep: ghc-doc,
 libghc-half-doc,
 libghc-primitive-doc,
+6 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
 
 test-suite tests
   type:              exitcode-stdio-1.0
@@ -130,7 +130,6 @@
@@ -130,11 +130,10 @@
     base64-bytestring       >= 1.0     && < 1.1,
     base16-bytestring       >= 0.1     && < 0.2,
     deepseq                 >= 1.0     && < 1.5,
@@ -17,3 +17,8 @@
     half                    >= 0.2.2.3 && < 0.4,
     QuickCheck              >= 2.9     && < 2.13,
     scientific              >= 0.3     && < 0.4,
-    tasty                   >= 0.11    && < 1.2,
+    tasty                   >= 0.11    && < 1.3,
     tasty-hunit             >= 0.9     && < 0.11,
     tasty-quickcheck        >= 0.8     && < 0.11,
     vector                  >= 0.10    && < 0.13
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = cborg
DEB_DEFAULT_COMPILER = ghc
DEB_ENABLE_TESTS = yes

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk