[Git][haskell-team/DHG_packages][master] cborg: enable testsuite

Clint Adams gitlab at salsa.debian.org
Mon Sep 2 00:14:41 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
1ffbcbe0 by Clint Adams at 2019-09-01T23:13:22Z
cborg: enable testsuite

- - - - -


4 changed files:

- p/haskell-cborg/debian/changelog
- p/haskell-cborg/debian/control
- p/haskell-cborg/debian/patches/newer-deps
- p/haskell-cborg/debian/rules


Changes:

=====================================
p/haskell-cborg/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cborg (0.2.1.0-3) unstable; urgency=medium
+
+  * Enable testsuite.
+
+ -- Clint Adams <clint at 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.


=====================================
p/haskell-cborg/debian/control
=====================================
@@ -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,


=====================================
p/haskell-cborg/debian/patches/newer-deps
=====================================
@@ -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


=====================================
p/haskell-cborg/debian/rules
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/1ffbcbe0c0c0ac738d1342774ea7ccfacde8d741

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/1ffbcbe0c0c0ac738d1342774ea7ccfacde8d741
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190901/c5f6365c/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list