[DHG_packages] 01/01: Enable shake test suite

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 18:50:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit fdfb03a486dc8bf2b3735d500bc2c41d985cf6b0
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Aug 16 17:58:44 2015 +0200

    Enable shake test suite
---
 p/haskell-shake/debian/changelog | 1 -
 p/haskell-shake/debian/control   | 1 +
 p/haskell-shake/debian/rules     | 3 +--
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/p/haskell-shake/debian/changelog b/p/haskell-shake/debian/changelog
index a8f9e9d..708cee8 100644
--- a/p/haskell-shake/debian/changelog
+++ b/p/haskell-shake/debian/changelog
@@ -1,7 +1,6 @@
 haskell-shake (0.15.5-1) unstable; urgency=medium
 
   * New upstream release
-  * Disable test suite due to http://ghc.haskell.org/trac/ghc/ticket/10549
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 13:40:11 +0200
 
diff --git a/p/haskell-shake/debian/control b/p/haskell-shake/debian/control
index 8c6470d..ed36296 100644
--- a/p/haskell-shake/debian/control
+++ b/p/haskell-shake/debian/control
@@ -26,6 +26,7 @@ Build-Depends: debhelper (>= 9),
  libghc-unordered-containers-prof,
  libghc-utf8-string-dev (>= 0.3),
  libghc-utf8-string-prof,
+ libghc-quickcheck2-dev (>= 2.0),
 Build-Depends-Indep: ghc-doc,
  libghc-extra-doc,
  libghc-hashable-doc,
diff --git a/p/haskell-shake/debian/rules b/p/haskell-shake/debian/rules
index 43870d0..8c575d6 100755
--- a/p/haskell-shake/debian/rules
+++ b/p/haskell-shake/debian/rules
@@ -7,8 +7,7 @@ DEB_UPSTREAM_REPACKAGE_DELIMITER := +
 DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=/usr/share/shake
 
 ifeq (yes,$(shell test -e /usr/bin/ghci && echo yes))
-# http://ghc.haskell.org/trac/ghc/ticket/10549
-# DEB_ENABLE_TESTS := yes
+DEB_ENABLE_TESTS := yes
 endif
 
 DEB_GHC_EXTRA_PACKAGES := libghc-shake-data (>= $(CABAL_VERSION))

-- 
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