| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Types.GlobalOpts
Description
Synopsis
- data GlobalOpts = GlobalOpts {
- reExecVersion :: !(Maybe String)
- dockerEntrypoint :: !(Maybe DockerEntrypoint)
- logLevel :: !LogLevel
- timeInLog :: !Bool
- rslInLog :: !Bool
- planInLog :: !Bool
- configMonoid :: !ConfigMonoid
- snapshot :: !(Maybe AbstractSnapshot)
- compiler :: !(Maybe WantedCompiler)
- terminal :: !Bool
- stylesUpdate :: !StylesUpdate
- termWidthOpt :: !(Maybe Int)
- stackYaml :: !StackYamlLoc
- lockFileBehavior :: !LockFileBehavior
- progName :: !String
- mExecutablePath :: !(Maybe (Path Abs File))
- globalOptsBuildOptsMonoidL :: Lens' GlobalOpts BuildOptsMonoid
Documentation
data GlobalOpts Source #
Parsed global command-line options.
Constructors
| GlobalOpts | |
Fields
| |
globalOptsBuildOptsMonoidL :: Lens' GlobalOpts BuildOptsMonoid Source #
View or set the buildOpts field of the configMonoid field of a
GlobalOpts.