add -threaded for wrapper program
general principles; don't want to have to worry about whether it may grow threads
This commit is contained in:
parent
6213bc058b
commit
9c2428cb43
|
@ -35,7 +35,7 @@ Description:
|
|||
|
||||
Executable propellor
|
||||
Main-Is: propellor.hs
|
||||
GHC-Options: -Wall
|
||||
GHC-Options: -Wall -threaded
|
||||
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
||||
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
|
||||
containers, network, async, time, QuickCheck, mtl,
|
||||
|
|
Loading…
Reference in New Issue