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:
parent
42517c8a23
commit
1dd454ebfa
|
@ -25,7 +25,7 @@ Description:
|
||||||
|
|
||||||
Executable propellor
|
Executable propellor
|
||||||
Main-Is: config.hs
|
Main-Is: config.hs
|
||||||
GHC-Options: -Wall
|
GHC-Options: -Wall -threaded
|
||||||
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
||||||
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
|
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
|
||||||
containers, network, async
|
containers, network, async
|
||||||
|
@ -34,7 +34,7 @@ Executable propellor
|
||||||
Build-Depends: unix
|
Build-Depends: unix
|
||||||
|
|
||||||
Library
|
Library
|
||||||
GHC-Options: -Wall
|
GHC-Options: -Wall -threaded
|
||||||
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
||||||
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
|
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
|
||||||
containers, network, async
|
containers, network, async
|
||||||
|
|
Loading…
Reference in New Issue