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

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