File: no-threaded-testsuite

package info (click to toggle)
haskell-base64-bytestring 1.2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: haskell: 1,014; python: 9; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: No threaded testsuite
 So that it compiles on all architectures.
Author: Joachim Breitner <nomeata@debian.org>

--- a/base64-bytestring.cabal
+++ b/base64-bytestring.cabal
@@ -59,7 +59,7 @@ test-suite test
   type:             exitcode-stdio-1.0
   hs-source-dirs:   tests
   main-is:          Tests.hs
-  ghc-options:      -Wall -threaded -rtsopts
+  ghc-options:      -Wall -rtsopts
   build-depends:
       base
     , base64-bytestring