summaryrefslogtreecommitdiff
path: root/src/Utility/Process/Shim.hs
blob: 8c9d41d0528fcbaf3cbb428f2293d51557804ff3 (plain)
1
2
3
4
module Utility.Process.Shim (module X, createProcess, waitForProcess) where

import System.Process as X hiding (createProcess, waitForProcess)
import System.Process.Concurrent