diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-27 23:19:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-27 23:24:26 -0400 |
| commit | 51b397d0415e1efe1df412842ccb76d702140f50 (patch) | |
| tree | 567bec1fcc50ce4f6cd8a7d79405922969cec169 /src/Propellor/Property | |
| parent | 20b04d366b2cff90c39d06fd424ae3e8b67e49f6 (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')
| -rw-r--r-- | src/Propellor/Property/Cmd.hs | 1 |
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 |
