File: no-threaded-testsuite

package info (click to toggle)
haskell-base64-bytestring 1.0.0.1-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 124 kB
  • ctags: 3
  • sloc: haskell: 555; python: 9; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (3)
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>

--- haskell-base64-bytestring-0.1.1.1.orig/base64-bytestring.cabal
+++ haskell-base64-bytestring-0.1.1.1/base64-bytestring.cabal
@@ -40,7 +40,7 @@ test-suite tests
   main-is: Tests.hs

   ghc-options:
-    -Wall -threaded -rtsopts
+    -Wall -rtsopts

   build-depends:
     QuickCheck,