File: no-rts-N

package info (click to toggle)
haskell-heterocephalus 1.0.5.7-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 148 kB
  • sloc: haskell: 797; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: b/heterocephalus.cabal
===================================================================
--- a/heterocephalus.cabal
+++ b/heterocephalus.cabal
@@ -55,7 +55,7 @@ test-suite heterocephalus-test
   main-is:             Spec.hs
   build-depends:       base
                      , heterocephalus
-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -threaded -rtsopts
   default-language:    Haskell2010
 
 test-suite doctest
@@ -66,7 +66,7 @@ test-suite doctest
                      , Glob
                      , doctest >= 0.10
                      , heterocephalus
-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -threaded -rtsopts
   default-language:    Haskell2010
 
 source-repository head