summaryrefslogtreecommitdiff
path: root/p/haskell-base64-bytestring/debian/patches/no-threaded-testsuite
blob: 243f3bdb4ecf411ff44f6326f761e9a2981a34af (plain)
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,