couple more exports needed
authorJoey Hess <joeyh@joeyh.name>
Mon, 10 Aug 2020 18:16:07 +0000 (14:16 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 10 Aug 2020 18:18:00 +0000 (14:18 -0400)
Utility/Process.hs

index 4298b04a48b0740383f82b31a7285995d4ab7e4e..4d3ed03b70e3184b97fa76006401e146c259ba21 100644 (file)
@@ -33,7 +33,7 @@ module Utility.Process (
 ) where
 
 import qualified Utility.Process.Shim
-import Utility.Process.Shim as X (CreateProcess(..), ProcessHandle, StdStream(..), CmdSpec(..), proc, getPid, getProcessExitCode, shell)
+import Utility.Process.Shim as X (CreateProcess(..), ProcessHandle, StdStream(..), CmdSpec(..), proc, getPid, getProcessExitCode, shell, terminateProcess)
 import Utility.Misc
 import Utility.Exception
 import Utility.Monad