summaryrefslogtreecommitdiff
path: root/p/haskell-attoparsec/debian/patches/no-threaded-testsuite
blob: 7b7389be11fe500d88560e39687245bbe4c55086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description:  Do not run test suite threaded, does not work on all arches.
Author: Joachim Breitner <nomeata@debian.org>

--- a/attoparsec.cabal
+++ b/attoparsec.cabal
@@ -99,7 +99,7 @@
                   QC.Text.Regressions
 
   ghc-options:
-    -Wall -threaded -rtsopts
+    -Wall -rtsopts
 
   if flag(developer)
     ghc-options: -Werror