[DHG_packages] 01/06: integer-logarithms: disable tests
Sean Whitton
spwhitton at spwhitton.name
Sun Sep 10 18:27:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
spwhitton pushed a commit to annotated tag haskell-hspec_v2.4.4-1
in repository DHG_packages.
commit 0ae567c72a1ffb83d256e5a5a5c27f99f82296b5
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Sun Sep 10 10:53:28 2017 -0700
integer-logarithms: disable tests
---
p/haskell-integer-logarithms/debian/changelog | 4 +++-
p/haskell-integer-logarithms/debian/control | 5 +++--
p/haskell-integer-logarithms/debian/rules | 3 ++-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/p/haskell-integer-logarithms/debian/changelog b/p/haskell-integer-logarithms/debian/changelog
index 4bc5ef4..b7a9e45 100644
--- a/p/haskell-integer-logarithms/debian/changelog
+++ b/p/haskell-integer-logarithms/debian/changelog
@@ -1,8 +1,10 @@
haskell-integer-logarithms (1.0.2-1) unstable; urgency=medium
* New upstream release
+ * Disable test suite.
+ Requires quickcheck newer than current LTS Haskell.
- -- Sean Whitton <spwhitton at spwhitton.name> Sun, 03 Sep 2017 13:51:09 -0700
+ -- Sean Whitton <spwhitton at spwhitton.name> Sun, 10 Sep 2017 10:53:11 -0700
haskell-integer-logarithms (1.0.1-1) unstable; urgency=low
diff --git a/p/haskell-integer-logarithms/debian/control b/p/haskell-integer-logarithms/debian/control
index d5ca35c..556d33f 100644
--- a/p/haskell-integer-logarithms/debian/control
+++ b/p/haskell-integer-logarithms/debian/control
@@ -8,8 +8,9 @@ Build-Depends: debhelper (>= 10),
cdbs,
ghc,
ghc-prof,
- libghc-quickcheck2-dev (>= 2.10),
- libghc-quickcheck2-dev (<< 2.11),
+# these are newer than current LTS
+# libghc-quickcheck2-dev (>= 2.10),
+# libghc-quickcheck2-dev (<< 2.11),
libghc-smallcheck-dev (>= 1.1),
libghc-smallcheck-dev (<< 1.2),
libghc-tasty-dev (>= 0.10),
diff --git a/p/haskell-integer-logarithms/debian/rules b/p/haskell-integer-logarithms/debian/rules
index ae8292d..3276284 100755
--- a/p/haskell-integer-logarithms/debian/rules
+++ b/p/haskell-integer-logarithms/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = yes
+# needs QuickCheck 2.10 which is newer than current LTS
+DEB_ENABLE_TESTS = no
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = integer-logarithms
DEB_DEFAULT_COMPILER = ghc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list