stack-3.7.1: The Haskell Tool Stack
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2021

Stack.ConfigCmd

Description

Make changes to project or global configuration.

Synopsis

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.