summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
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