From 51b397d0415e1efe1df412842ccb76d702140f50 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 27 Oct 2015 23:19:41 -0400 Subject: concurrent version of createProcess Have not yet wired everything up to use this, that currently uses Utility.Process. --- src/Propellor/Property/Cmd.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Property/Cmd.hs') 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 -- cgit v1.3-2-g0d8e