summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-15 21:02:49 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-15 23:40:55 +0200
commit79b41b12d867565d2572ade8495e8336746c8023 (patch)
tree05ef12144fbc2d9e519a70401e3072ec2f9d5828
parent4a5ccf57a1b5b85f3a7718cf087bea54d690e166 (diff)
downloadDHG_packages-79b41b12d867565d2572ade8495e8336746c8023.tar.gz
exceptions: Disable test suite, does not work with the latest QuickCheck
-rw-r--r--p/haskell-exceptions/debian/changelog6
-rw-r--r--p/haskell-exceptions/debian/control9
-rwxr-xr-xp/haskell-exceptions/debian/rules3
3 files changed, 8 insertions, 10 deletions
diff --git a/p/haskell-exceptions/debian/changelog b/p/haskell-exceptions/debian/changelog
index b1a34ac8d..47124d000 100644
--- a/p/haskell-exceptions/debian/changelog
+++ b/p/haskell-exceptions/debian/changelog
@@ -1,3 +1,9 @@
+haskell-exceptions (0.8.0.2-2) UNRELEASED; urgency=medium
+
+ * Disable test suite, does not work with the latest QuickCheck
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 15 Aug 2015 21:02:34 +0200
+
haskell-exceptions (0.8.0.2-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-exceptions/debian/control b/p/haskell-exceptions/debian/control
index 132c83027..99a6bf91a 100644
--- a/p/haskell-exceptions/debian/control
+++ b/p/haskell-exceptions/debian/control
@@ -17,15 +17,6 @@ Build-Depends: debhelper (>= 9),
libghc-transformers-compat-dev (>= 0.3),
libghc-transformers-compat-dev (<< 0.5),
libghc-transformers-compat-prof,
- libghc-quickcheck2-dev (>= 2.5),
- libghc-quickcheck2-dev (<< 2.8),
- libghc-mtl-dev,
- libghc-stm-dev,
- libghc-test-framework-dev (>= 0.8),
- libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-quickcheck2-dev (>= 0.3),
- libghc-test-framework-quickcheck2-dev (<< 0.4),
- libghc-transformers-compat-dev,
Build-Depends-Indep: ghc-doc,
libghc-mtl-doc,
libghc-stm-doc,
diff --git a/p/haskell-exceptions/debian/rules b/p/haskell-exceptions/debian/rules
index 01f1aaf04..0ced71b30 100755
--- a/p/haskell-exceptions/debian/rules
+++ b/p/haskell-exceptions/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = yes
+# Needs old quickcheck
+# DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk