From 79b41b12d867565d2572ade8495e8336746c8023 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Sat, 15 Aug 2015 21:02:49 +0200 Subject: exceptions: Disable test suite, does not work with the latest QuickCheck --- p/haskell-exceptions/debian/changelog | 6 ++++++ p/haskell-exceptions/debian/control | 9 --------- p/haskell-exceptions/debian/rules | 3 ++- 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 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 -- cgit v1.2.3