Add '-threaded' to ghc-options for executable.
This commit is contained in:
parent
f6007e7146
commit
04f08c39ef
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ library
|
|||
|
||||
executable pandoc
|
||||
build-depends: pandoc, base >= 4.7 && < 5
|
||||
ghc-options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
|
||||
ghc-options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind -threaded
|
||||
ghc-prof-options: -fprof-auto-exported -rtsopts -with-rtsopts=-K16m
|
||||
if flag(static)
|
||||
ld-options: -static
|
||||
|
|
Loading…
Add table
Reference in a new issue