Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setDelegateCtlc :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-process System.Process.Typed.Internal Delegate handling of Ctrl-C to the child. For more information, see delegate_ctlc. Default: False
setDetachConsole :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-process System.Process.Typed.Internal Detach console on Windows, see detach_console. Default: False
-
typed-process System.Process.Typed.Internal Set the environment variables of the child process. Default: current process's environment.
setEnvInherit :: ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-process System.Process.Typed.Internal Inherit the environment variables from the parent process.
setNewSession :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-process System.Process.Typed.Internal Set a new session with the POSIX setsid syscall, does nothing on non-POSIX. See new_session. Default: False
-
typed-process System.Process.Typed.Internal Internal helper
setShell :: String -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrtyped-process System.Process.Typed.Internal Internal helper
-
typed-process System.Process.Typed.Internal Set the child's standard error stream to the given StreamSpec. Default: inherit
-
typed-process System.Process.Typed.Internal Set the child's standard input stream to the given StreamSpec. Default: inherit
-
typed-process System.Process.Typed.Internal Set the child's standard output stream to the given StreamSpec. Default: inherit