From cd8140989fa18b38f5ede23bf369afd6c56b19f8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 27 Oct 2015 23:48:37 -0400 Subject: propellor spin --- src/Utility/Process/Shim.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/Utility/Process/Shim.hs (limited to 'src/Utility/Process/Shim.hs') diff --git a/src/Utility/Process/Shim.hs b/src/Utility/Process/Shim.hs new file mode 100644 index 00000000..0da93bf7 --- /dev/null +++ b/src/Utility/Process/Shim.hs @@ -0,0 +1,8 @@ +module Utility.Process.Shim (module X, createProcess) where + +import System.Process as X hiding (createProcess) +import Propellor.Message (createProcessConcurrent) +import System.IO + +createProcess :: CreateProcess -> IO (Maybe Handle, Maybe Handle, Maybe Handle, ProcessHandle) +createProcess = createProcessConcurrent -- cgit v1.3-2-g0d8e