From 25c4d185037bcf0c7aa42a11dc0295914c128ddc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 02:37:48 -0400 Subject: simple socket server, will hopefully work with docker --- propellor.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'propellor.cabal') 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 -- cgit v1.3-2-g0d8e