File: no-threaded-testsuite

package info (click to toggle)
haskell-attoparsec 0.14.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 868 kB
  • sloc: haskell: 4,749; ansic: 170; makefile: 22
file content (16 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description:  Do not run test suite threaded, does not work on all arches.
Author: Joachim Breitner <nomeata@debian.org>

Index: b/attoparsec.cabal
===================================================================
--- a/attoparsec.cabal
+++ b/attoparsec.cabal
@@ -112,7 +112,7 @@ test-suite attoparsec-tests
                   QC.Text.Regressions
 
   ghc-options:
-    -Wall -threaded -rtsopts
+    -Wall -rtsopts
 
   if flag(developer)
     ghc-options: -Werror