summaryrefslogtreecommitdiff
path: root/src/Utility/Process/Shim.hs
blob: cec0065823d3b058218cea62208e93c4fd08382b (plain)
1
2
3
4
module Utility.Process.Shim (module X) where

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