File: no-rts-N

package info (click to toggle)
haskell-jira-wiki-markup 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: haskell: 2,010; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Remove -with-rtsopts=-N
Index: b/jira-wiki-markup.cabal
===================================================================
--- a/jira-wiki-markup.cabal
+++ b/jira-wiki-markup.cabal
@@ -75,7 +75,6 @@ executable jira-wiki-markup
   build-depends:       jira-wiki-markup
   ghc-options:         -threaded
                        -rtsopts
-                       -with-rtsopts=-N
 
 test-suite jira-wiki-markup-test
   import:              common-options
@@ -92,4 +91,3 @@ test-suite jira-wiki-markup-test
                      , tasty-hunit
   ghc-options:         -threaded
                        -rtsopts
-                       -with-rtsopts=-N