File: no-rts-N

package info (click to toggle)
haskell-heterocephalus 1.0.5.3-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 148 kB
  • sloc: haskell: 789; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/heterocephalus.cabal
+++ b/heterocephalus.cabal
@@ -54,7 +54,7 @@
   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
@@ -65,7 +65,7 @@
                      , Glob
                      , doctest >= 0.10
                      , heterocephalus
-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -threaded -rtsopts
   default-language:    Haskell2010
 
 source-repository head