File: no-rts-N

package info (click to toggle)
haskell-vector-hashtables 0.1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: haskell: 1,476; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/vector-hashtables.cabal
===================================================================
--- a/vector-hashtables.cabal
+++ b/vector-hashtables.cabal
@@ -58,7 +58,7 @@ test-suite vector-hashtables-test
   type:                exitcode-stdio-1.0
   hs-source-dirs:      test
   main-is:             Spec.hs
-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -threaded -rtsopts
   default-language:    Haskell2010
   other-modules:       Data.Vector.HashTablesSpec
   build-depends:       base