diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-11-01 16:53:25 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-01 16:53:25 -0400 |
| commit | 592c65d02bf07d053d2fbe8a568f88d1b28e1a65 (patch) | |
| tree | 49a3c1a7aa976043d72ee396681fe11ddd3e0194 /src/Utility/Process/Shim.hs | |
| parent | 4d63a9f0ad327cba305e239e51d02e5e33213eda (diff) | |
merge from concurrent-output
Diffstat (limited to 'src/Utility/Process/Shim.hs')
| -rw-r--r-- | src/Utility/Process/Shim.hs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/Utility/Process/Shim.hs b/src/Utility/Process/Shim.hs index 08694d5d..8c9d41d0 100644 --- a/src/Utility/Process/Shim.hs +++ b/src/Utility/Process/Shim.hs @@ -1,12 +1,4 @@ module Utility.Process.Shim (module X, createProcess, waitForProcess) where import System.Process as X hiding (createProcess, waitForProcess) -import Utility.ConcurrentOutput (createProcessConcurrent, waitForProcessConcurrent) -import System.IO -import System.Exit - -createProcess :: CreateProcess -> IO (Maybe Handle, Maybe Handle, Maybe Handle, ProcessHandle) -createProcess = createProcessConcurrent - -waitForProcess :: ProcessHandle -> IO ExitCode -waitForProcess = waitForProcessConcurrent +import System.Process.Concurrent |
