[DHG_packages] 71/101: ixset-typed: Disable test suite, does not build with GHC-7.10

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:08 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 869eb5d14c18d2650869bd9783554c5ed96b429a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 21:19:29 2015 +0200

    ixset-typed: Disable test suite, does not build with GHC-7.10
---
 p/haskell-ixset-typed/debian/changelog | 6 ++++++
 p/haskell-ixset-typed/debian/control   | 5 -----
 p/haskell-ixset-typed/debian/rules     | 3 ++-
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/p/haskell-ixset-typed/debian/changelog b/p/haskell-ixset-typed/debian/changelog
index 44137b5..5033efb 100644
--- a/p/haskell-ixset-typed/debian/changelog
+++ b/p/haskell-ixset-typed/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ixset-typed (0.3-2) UNRELEASED; urgency=medium
+
+  * Disable test suite, does not build with GHC-7.10
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 21:19:14 +0200
+
 haskell-ixset-typed (0.3-1) unstable; urgency=low
 
   [ Debian Haskell Group ]
diff --git a/p/haskell-ixset-typed/debian/control b/p/haskell-ixset-typed/debian/control
index b3bdb49..0001bc4 100644
--- a/p/haskell-ixset-typed/debian/control
+++ b/p/haskell-ixset-typed/debian/control
@@ -14,11 +14,6 @@ Build-Depends: debhelper (>= 9),
  libghc-syb-dev (>= 0.4),
  libghc-syb-dev (<< 1),
  libghc-syb-prof,
- libghc-hunit-dev,
- libghc-quickcheck2-dev,
- libghc-tasty-dev,
- libghc-tasty-hunit-dev,
- libghc-tasty-quickcheck-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-safecopy-doc,
  libghc-syb-doc,
diff --git a/p/haskell-ixset-typed/debian/rules b/p/haskell-ixset-typed/debian/rules
index 940ed9c..79d7591 100755
--- a/p/haskell-ixset-typed/debian/rules
+++ b/p/haskell-ixset-typed/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+# https://github.com/well-typed/ixset-typed/issues/2
+# DEB_ENABLE_TESTS = yes
 DEB_CABAL_PACKAGE = ixset-typed
 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