File: no-rts-n

package info (click to toggle)
haskell-unicode-collation 0.1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,004 kB
  • sloc: haskell: 1,566; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 886 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
23
24
25
26
27
28
Index: b/unicode-collation.cabal
===================================================================
--- a/unicode-collation.cabal
+++ b/unicode-collation.cabal
@@ -99,7 +99,6 @@ executable unicode-collate
                      , text
   ghc-options:         -threaded
                        -rtsopts
-                       -with-rtsopts=-N
   if flag(executable)
      buildable:        True
   else
@@ -119,7 +118,6 @@ test-suite unit
                      , text
   ghc-options:         -threaded
                        -rtsopts
-                       -with-rtsopts=-N
 
 test-suite doctests
   import:              common-options
@@ -130,7 +128,6 @@ test-suite doctests
                      , th-lift-instances
   ghc-options:         -threaded
                        -rtsopts
-                       -with-rtsopts=-N
   if flag(doctests)
      buildable:        True
   else