one more export needed
This commit is contained in:
parent
35351bf8f3
commit
6661eeda96
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module Utility.Process (
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import qualified Utility.Process.Shim
|
import qualified Utility.Process.Shim
|
||||||
import Utility.Process.Shim as X (CreateProcess(..), ProcessHandle, StdStream(..), CmdSpec(..), proc)
|
import Utility.Process.Shim as X (CreateProcess(..), ProcessHandle, StdStream(..), CmdSpec(..), proc, getPid, getProcessExitCode, shell)
|
||||||
import Utility.Misc
|
import Utility.Misc
|
||||||
import Utility.Exception
|
import Utility.Exception
|
||||||
import Utility.Monad
|
import Utility.Monad
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue