Safe Haskell | None |
---|---|
Language | GHC2021 |
Stack.ConfigCmd
Description
Make changes to project or global configuration.
Documentation
data ConfigCmdSet Source #
Constructors
ConfigCmdSetSnapshot !(Unresolved AbstractSnapshot) | |
ConfigCmdSetResolver !(Unresolved AbstractSnapshot) | |
ConfigCmdSetSystemGhc !CommandScope !Bool | |
ConfigCmdSetInstallGhc !CommandScope !Bool | |
ConfigCmdSetRecommendStackUpgrade !CommandScope !Bool | |
ConfigCmdSetDownloadPrefix !CommandScope !Text |
cfgCmdSet :: (HasConfig env, HasGHCVariant env) => ConfigCmdSet -> RIO env () Source #
cfgCmdName :: String Source #