[Git][haskell-team/DHG_packages][master] bitvec: enable testsuite
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Oct 23 20:58:01 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
d441b453 by Clint Adams at 2023-10-23T15:57:30-04:00
bitvec: enable testsuite
- - - - -
3 changed files:
- p/haskell-bitvec/debian/changelog
- p/haskell-bitvec/debian/control
- p/haskell-bitvec/debian/rules
Changes:
=====================================
p/haskell-bitvec/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-bitvec (1.1.5.0-3) unstable; urgency=medium
+
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Mon, 23 Oct 2023 15:52:55 -0400
+
haskell-bitvec (1.1.5.0-2) unstable; urgency=medium
* Gratuitous post-NEW source upload.
=====================================
p/haskell-bitvec/debian/control
=====================================
@@ -17,6 +17,10 @@ Build-Depends: debhelper (>= 10),
libghc-vector-prof (<< 0.14),
libghc-primitive-dev (<< 0.9),
libghc-primitive-prof (<< 0.9),
+ libghc-quickcheck-classes-dev (>= 0.6.1),
+ libghc-quickcheck-classes-base-dev (<< 0.7),
+ libghc-tasty-dev (<< 1.5),
+ libghc-tasty-quickcheck-dev (<< 0.11),
Build-Depends-Indep: ghc-doc,
libghc-primitive-doc,
libghc-vector-doc,
=====================================
p/haskell-bitvec/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = no # missing quickcheck-classes
+DEB_ENABLE_TESTS = yes
DEB_CABAL_PACKAGE = bitvec
DEB_DEFAULT_COMPILER = ghc
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d441b45303030654ece93f847b4c9b4e9f88a744
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d441b45303030654ece93f847b4c9b4e9f88a744
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/20231023/2186764e/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list