[Pkg-haskell-commits] darcs: haskell-attoparsec: Do not run test suite threaded, does not work on all arches.

Joachim Breitner mail at joachim-breitner.de
Tue Mar 20 08:44:20 UTC 2012


Tue Mar 20 08:37:38 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Do not run test suite threaded, does not work on all arches. 
  Ignore-this: 9c5c085caee7006dac99ac776676228c

    M ./changelog +6
    A ./patches/
    A ./patches/no-threaded-testsuite
    A ./patches/series

Tue Mar 20 08:37:38 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Do not run test suite threaded, does not work on all arches. 
  Ignore-this: 9c5c085caee7006dac99ac776676228c
diff -rN -u old-haskell-attoparsec//changelog new-haskell-attoparsec//changelog
--- old-haskell-attoparsec//changelog	2012-03-20 08:44:20.330254638 +0000
+++ new-haskell-attoparsec//changelog	2012-03-20 08:44:20.366256530 +0000
@@ -1,3 +1,9 @@
+haskell-attoparsec (0.10.1.1-2) UNRELEASED; urgency=low
+
+  * Do not run test suite threaded, does not work on all arches. 
+
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 20 Mar 2012 09:36:51 +0100
+
 haskell-attoparsec (0.10.1.1-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-attoparsec//patches/no-threaded-testsuite new-haskell-attoparsec//patches/no-threaded-testsuite
--- old-haskell-attoparsec//patches/no-threaded-testsuite	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec//patches/no-threaded-testsuite	2012-03-20 08:44:20.350251296 +0000
@@ -0,0 +1,14 @@
+Description:  Do not run test suite threaded, does not work on all arches.
+Author: Joachim Breitner <nomeata at debian.org>
+
+--- haskell-attoparsec-0.10.1.1.orig/attoparsec.cabal
++++ haskell-attoparsec-0.10.1.1/attoparsec.cabal
+@@ -74,7 +74,7 @@ test-suite tests
+                   QC.Text
+ 
+   ghc-options:
+-    -Wall -threaded -rtsopts
++    -Wall -rtsopts
+ 
+   build-depends:
+     attoparsec,
diff -rN -u old-haskell-attoparsec//patches/series new-haskell-attoparsec//patches/series
--- old-haskell-attoparsec//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-attoparsec//patches/series	2012-03-20 08:44:20.350251296 +0000
@@ -0,0 +1 @@
+no-threaded-testsuite





More information about the Pkg-haskell-commits mailing list