[Git][haskell-team/DHG_packages][master] arithmoi: enable testsuite
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Oct 23 21:02:15 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
d4fbd326 by Clint Adams at 2023-10-23T16:01:50-04:00
arithmoi: enable testsuite
- - - - -
3 changed files:
- p/haskell-arithmoi/debian/changelog
- p/haskell-arithmoi/debian/control
- p/haskell-arithmoi/debian/rules
Changes:
=====================================
p/haskell-arithmoi/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-arithmoi (0.12.1.0-2) unstable; urgency=medium
+
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Mon, 23 Oct 2023 15:59:00 -0400
+
haskell-arithmoi (0.12.1.0-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-arithmoi/debian/control
=====================================
@@ -57,6 +57,7 @@ Build-Depends: debhelper (>= 10),
libghc-tasty-smallcheck-prof (<< 0.9),
libghc-vector-dev,
libghc-vector-prof,
+ libghc-quickcheck-classes-dev (>= 0.6.3) <!nocheck>,
Build-Depends-Indep: ghc-doc,
libghc-chimera-doc,
libghc-constraints-doc,
=====================================
p/haskell-arithmoi/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = no # quickcheck-classes
+DEB_ENABLE_TESTS = yes
DEB_CABAL_PACKAGE = arithmoi
DEB_DEFAULT_COMPILER = ghc
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d4fbd32604642ed2c0d60020e1fb83e0da9c4cba
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d4fbd32604642ed2c0d60020e1fb83e0da9c4cba
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/0ccb4aee/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list