summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-04-24 18:10:23 -0400
committerJoey Hess2014-04-24 18:10:23 -0400
commitc4f364b249b810410d329a932dea883f36b9a712 (patch)
treed4d4ee86efba15249284a41841e17654d901f1f3 /propellor.cabal
parent792957153ca9c22de28da7be83940aa5e07af0fa (diff)
parent72a6b1c759906025fd6761aeb5ef51e64e60abd7 (diff)
Merge branch 'joeyconfig'
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 0d8ace05..30d61af9 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -1,5 +1,5 @@
Name: propellor
-Version: 0.5.0
+Version: 0.5.1
Cabal-Version: >= 1.6
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>
@@ -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,