build with -threaded

This is needed so that when propellor is running inside docker, it can
start a login shell, and at the same time, run its simplesh.
This commit is contained in:
Joey Hess 2014-04-01 14:05:54 -04:00
parent 42517c8a23
commit 1dd454ebfa
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Description:
Executable propellor
Main-Is: config.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
@ -34,7 +34,7 @@ Executable propellor
Build-Depends: unix
Library
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