summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 14:05:54 -0400
committerJoey Hess2014-04-01 14:05:54 -0400
commit1dd454ebfaadcf906a96dce6c0519abb6ddcbbbc (patch)
treef494876b9ed1b9ee1b0b7c11139d8f7c9f7e9684 /propellor.cabal
parent42517c8a237b0fe4c9919b98ea9720ffc30913fe (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.
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal4
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