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
|