diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 02:37:48 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 02:37:48 -0400 |
| commit | 25c4d185037bcf0c7aa42a11dc0295914c128ddc (patch) | |
| tree | d59d8ebb431cbda93af9998ddaf55fb7e12cd1ad /propellor.cabal | |
| parent | 90f86b8b2bb7f0a3c834387827c9ec2e1876f342 (diff) | |
simple socket server, will hopefully work with docker
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 5 |
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 |
