| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Types.SetupOpts
Description
Types related to Stack's setup command.
Synopsis
- data SetupCmdOpts = SetupCmdOpts {
- compilerVersion :: !(Maybe WantedCompiler)
- forceReinstall :: !Bool
- ghcBindistUrl :: !(Maybe String)
- ghcjsBootOpts :: ![String]
- ghcjsBootClean :: !Bool
Documentation
data SetupCmdOpts Source #
Type representing command line options for the stack setup command.
Constructors
| SetupCmdOpts | |
Fields
| |