summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 02:37:48 -0400
committerJoey Hess2014-04-01 02:37:48 -0400
commit25c4d185037bcf0c7aa42a11dc0295914c128ddc (patch)
treed59d8ebb431cbda93af9998ddaf55fb7e12cd1ad /propellor.cabal
parent90f86b8b2bb7f0a3c834387827c9ec2e1876f342 (diff)
simple socket server, will hopefully work with docker
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 4af11b27..d6070fa1 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -28,7 +28,7 @@ Executable propellor
GHC-Options: -Wall
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
- containers
+ containers, network, async
if (! os(windows))
Build-Depends: unix
@@ -37,7 +37,7 @@ Library
GHC-Options: -Wall
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
- containers, dataenc
+ containers, network, async
if (! os(windows))
Build-Depends: unix
@@ -63,6 +63,7 @@ Library
Propellor.Message
Propellor.PrivData
Propellor.Engine
+ Propellor.SimpleSh
Propellor.Types
Other-Modules:
Utility.Applicative