| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.ConfigCmd
Description
Make changes to project or global configuration.
Synopsis
- cfgCmdSet :: (HasConfig env, HasGHCVariant env) => ConfigCmdSet -> RIO env ()
- cfgCmdSetName :: String
- cfgCmdEnv :: EnvSettings -> RIO EnvConfig ()
- cfgCmdEnvName :: String
- cfgCmdBuildFiles :: () -> RIO BuildConfig ()
- cfgCmdBuildFilesName :: String
- cfgCmdName :: String
Documentation
cfgCmdSet :: (HasConfig env, HasGHCVariant env) => ConfigCmdSet -> RIO env () Source #
Function underlying Stack's config set command.
cfgCmdSetName :: String Source #
The name of Stack's config command's set subcommand.
cfgCmdEnv :: EnvSettings -> RIO EnvConfig () Source #
Function underlying Stack's config env command.
cfgCmdEnvName :: String Source #
The name of Stack's config command's env subcommand.
cfgCmdBuildFiles :: () -> RIO BuildConfig () Source #
This function takes no settings and yields no action of interest. It is
withBuildConfig that yields the desired actions.
cfgCmdBuildFilesName :: String Source #
The name of Stack's config command's build-files subcommand.
cfgCmdName :: String Source #
The name of Stack's config command.