export CreateProcess fields from Utility.Process
update code to avoid cwd and env redefinition warnings
This commit is contained in:
parent
6eb5e6c135
commit
a44fd2c019
31 changed files with 458 additions and 480 deletions
|
@ -37,8 +37,8 @@ data CoProcessSpec = CoProcessSpec
|
|||
}
|
||||
|
||||
start :: Int -> FilePath -> [String] -> Maybe [(String, String)] -> IO CoProcessHandle
|
||||
start numrestarts cmd params env = do
|
||||
s <- start' $ CoProcessSpec numrestarts cmd params env
|
||||
start numrestarts cmd params environ = do
|
||||
s <- start' $ CoProcessSpec numrestarts cmd params environ
|
||||
newMVar s
|
||||
|
||||
start' :: CoProcessSpec -> IO CoProcessState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue