File: no-rts-N

package info (click to toggle)
haskell-barbies 2.0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: haskell: 5,483; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 601 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: b/barbies.cabal
===================================================================
--- a/barbies.cabal
+++ b/barbies.cabal
@@ -133,7 +133,7 @@ test-suite barbies-test
   hs-source-dirs:
       test
 
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O0
+  ghc-options: -threaded -Wall -O0
 
   build-depends:
       barbies
@@ -178,7 +178,7 @@ test-suite barbies-test-legacy
   hs-source-dirs:
       test-legacy
 
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wno-deprecations -O0
+  ghc-options: -threaded -Wall -Wno-deprecations -O0
 
   build-depends:
       barbies