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.
setLogUseLoc :: Bool -> LogOptions -> LogOptionsrio RIO Use code location in the log output. Default: True if in verbose mode, False otherwise.
setLogUseTime :: Bool -> LogOptions -> LogOptionsrio RIO Include the time when printing log messages. Default: True in debug mode, False otherwise.
setLogVerboseFormat :: Bool -> LogOptions -> LogOptionsrio RIO Use the verbose format for printing log messages. Default: follows the value of the verbose flag.
setLogVerboseFormatIO :: IO Bool -> LogOptions -> LogOptionsrio RIO Refer to setLogVerboseFormat. This modifier allows to alter the verbose format value dynamically at runtime. Default: follows the value of the verbose flag.
sets :: ((a -> b) -> s -> t) -> ASetter s t a brio RIO sets creates an ASetter from an ordinary function. (The only thing it does is wrapping and unwrapping Identity.)
setChildGroup :: GroupID -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrrio RIO.Process Set the child process's group ID with the POSIX setgid syscall, does nothing on non-POSIX. See child_group. Default: False
setChildUser :: UserID -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrrio RIO.Process Set the child process's user ID with the POSIX setuid syscall, does nothing on non-POSIX. See child_user. Default: False
setCloseFds :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrrio RIO.Process Should we close all file descriptors besides stdin, stdout, and stderr? See close_fds for more information. Default: False
setCreateGroup :: Bool -> ProcessConfig stdin stdout stderr -> ProcessConfig stdin stdout stderrrio RIO.Process Should we create a new process group? Default: False
-
rio RIO.Process Create new console on Windows, see create_new_console. Default: False