Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Types and functions related to Stack's setup
command.
Synopsis
- data SetupCmdOpts = SetupCmdOpts {
- scoCompilerVersion :: !(Maybe WantedCompiler)
- scoForceReinstall :: !Bool
- scoGHCBindistURL :: !(Maybe String)
- scoGHCJSBootOpts :: ![String]
- scoGHCJSBootClean :: !Bool
- setupCmd :: SetupCmdOpts -> RIO Runner ()
- setup :: (HasBuildConfig env, HasGHCVariant env) => SetupCmdOpts -> WantedCompiler -> VersionCheck -> Maybe (Path Abs File) -> RIO env ()
Documentation
data SetupCmdOpts Source #
Type representing command line options for the stack setup
command.
SetupCmdOpts | |
|
setup :: (HasBuildConfig env, HasGHCVariant env) => SetupCmdOpts -> WantedCompiler -> VersionCheck -> Maybe (Path Abs File) -> RIO env () Source #