File: no--N

package info (click to toggle)
haskell-say 0.1.0.1-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: haskell: 263; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: b/say.cabal
===================================================================
--- a/say.cabal
+++ b/say.cabal
@@ -49,7 +49,7 @@ test-suite say-test
       Paths_say
   hs-source-dirs:
       test
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N
+  ghc-options: -threaded -rtsopts
   build-depends:
       base >=4.9.1 && <5
     , bytestring >=0.10.4
@@ -67,7 +67,7 @@ benchmark say-bench
       Paths_say
   hs-source-dirs:
       bench
-  ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
+  ghc-options: -threaded -O2 -rtsopts
   build-depends:
       base >=4.9.1 && <5
     , bytestring >=0.10.4