diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 14:05:54 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 14:05:54 -0400 |
| commit | 1dd454ebfaadcf906a96dce6c0519abb6ddcbbbc (patch) | |
| tree | f494876b9ed1b9ee1b0b7c11139d8f7c9f7e9684 | |
| parent | 42517c8a237b0fe4c9919b98ea9720ffc30913fe (diff) | |
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.
| -rw-r--r-- | propellor.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal index d44b387a..6231c7f5 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -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 |
