Add '-threaded' to ghc-options for executable.

This commit is contained in:
John MacFarlane 2017-12-07 15:25:37 -08:00
parent f6007e7146
commit 04f08c39ef

View file

@ -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