summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-04-24 00:52:47 -0400
committerJoey Hess2014-04-24 00:52:47 -0400
commit9c2428cb43a902fb64230b10ae7b4440e7e61493 (patch)
tree978d597432e91f4f76621b88b80d2ebbaad13e8d /propellor.cabal
parent6213bc058b966bf405ec1c88e6b3b47212bab519 (diff)
add -threaded for wrapper program
general principles; don't want to have to worry about whether it may grow threads
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 0d8ace05..9b4686e9 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -35,7 +35,7 @@ Description:
Executable propellor
Main-Is: propellor.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, time, QuickCheck, mtl,