File: no-rts-N

package info (click to toggle)
haskell-serialise 0.2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 564 kB
  • sloc: haskell: 6,809; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/serialise.cabal
===================================================================
--- a/serialise.cabal
+++ b/serialise.cabal
@@ -106,7 +106,7 @@ test-suite tests
   default-language:  Haskell2010
   ghc-options:
     -Wall -fno-warn-orphans
-    -threaded -rtsopts "-with-rtsopts=-N2"
+    -threaded -rtsopts
 
   other-modules:
     Tests.IO