summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Cmd.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-27 23:19:41 -0400
committerJoey Hess2015-10-27 23:24:26 -0400
commit51b397d0415e1efe1df412842ccb76d702140f50 (patch)
tree567bec1fcc50ce4f6cd8a7d79405922969cec169 /src/Propellor/Property/Cmd.hs
parent20b04d366b2cff90c39d06fd424ae3e8b67e49f6 (diff)
concurrent version of createProcess
Have not yet wired everything up to use this, that currently uses Utility.Process.
Diffstat (limited to 'src/Propellor/Property/Cmd.hs')
-rw-r--r--src/Propellor/Property/Cmd.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Cmd.hs b/src/Propellor/Property/Cmd.hs
index 23816a94..f2c5b33e 100644
--- a/src/Propellor/Property/Cmd.hs
+++ b/src/Propellor/Property/Cmd.hs
@@ -16,6 +16,7 @@ module Propellor.Property.Cmd (
safeSystemEnv,
shellEscape,
createProcess,
+ waitForProcess,
) where
import Control.Applicative