summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-05-14 19:47:17 -0400
committerJoey Hess2014-05-14 19:47:17 -0400
commit39217c55690de5641a9fe4ef2236d6127ebbcbb3 (patch)
tree31284fd462e2d02cf9bf0b8077c0e8dd34181988 /propellor.cabal
parenteb6e6fe11290971b37a18d9a78f6d9b78228c06f (diff)
parent7115d1ec162b4059b3e8e8f84bd8d5898c1db025 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 507a0d4b..55b7eb60 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -33,9 +33,10 @@ Description:
.
It is configured using haskell.
-Executable propellor
+Executable wrapper
Main-Is: wrapper.hs
GHC-Options: -Wall -threaded
+ Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers, network, async, time, QuickCheck, mtl,
@@ -47,6 +48,7 @@ Executable propellor
Executable config
Main-Is: config.hs
GHC-Options: -Wall -threaded
+ Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers, network, async, time, QuickCheck, mtl,
@@ -57,6 +59,7 @@ Executable config
Library
GHC-Options: -Wall
+ Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers, network, async, time, QuickCheck, mtl,