Home
last modified time | relevance | path

Searched refs:commandToProcess (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/process/System/Process/
H A DPosix.hs75 commandToProcess :: CmdSpec -> (FilePath, [String])
76 commandToProcess (ShellCommand string) = ("/bin/sh", ["-c", string]) function
77 commandToProcess (RawCommand cmd args) = (cmd, args) function
122 let (cmd,args) = commandToProcess cmdsp
H A DWindows.hsc173 (cmd, cmdline) <- commandToProcess cmdsp
350 commandToProcess
353 commandToProcess (ShellCommand string) = do function
362 commandToProcess (RawCommand cmd args) = do function