File: no-rts-N

package info (click to toggle)
haskell-xml-html-qq 0.1.0.1-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: haskell: 198; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 982 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/xml-html-qq.cabal
===================================================================
--- a/xml-html-qq.cabal
+++ b/xml-html-qq.cabal
@@ -43,7 +43,7 @@ test-suite xml-html-qq-doctest
                      , doctest
                      , Glob
   default-language:    Haskell2010
-  ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N
+  ghc-options:         -Wall -threaded -rtsopts
 
 test-suite xml-html-qq-test
   type:                exitcode-stdio-1.0
@@ -56,7 +56,7 @@ test-suite xml-html-qq-test
                      , xml-conduit
                      , xml-html-qq
   default-language:    Haskell2010
-  ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction
+  ghc-options:         -Wall -threaded -rtsopts -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction
 
 source-repository head
   type:     git