[Pkg-haskell-commits] darcs: haskell-graceful: Disable tests

Joachim Breitner mail at joachim-breitner.de
Sat May 23 20:50:12 UTC 2015


Sat May 23 20:46:42 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Disable tests

    M ./control -3
    M ./rules -1 +1

Sat May 23 20:46:42 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Disable tests
diff -rN -u old-haskell-graceful/control new-haskell-graceful/control
--- old-haskell-graceful/control	2015-05-23 20:50:12.542338909 +0000
+++ new-haskell-graceful/control	2015-05-23 20:50:12.546339001 +0000
@@ -8,8 +8,6 @@
  cdbs,
  ghc,
  ghc-prof,
- libghc-hspec-dev (>= 1.3),
- libghc-hspec-prof,
  libghc-network-dev (>= 2.3),
  libghc-network-dev (<< 2.7),
  libghc-network-prof,
@@ -17,7 +15,6 @@
  libghc-stm-dev (<< 2.5),
  libghc-stm-prof,
 Build-Depends-Indep: ghc-doc,
- libghc-hspec-doc,
  libghc-network-doc,
  libghc-stm-doc,
 Standards-Version: 3.9.6
diff -rN -u old-haskell-graceful/rules new-haskell-graceful/rules
--- old-haskell-graceful/rules	2015-05-23 20:50:12.542338909 +0000
+++ new-haskell-graceful/rules	2015-05-23 20:50:12.546339001 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = no # they seem to take a while
 DEB_CABAL_PACKAGE = graceful
 DEB_DEFAULT_COMPILER = ghc
 




More information about the Pkg-haskell-commits mailing list