Dependencies for stack-2.15.5

library
stack
stack-integration-test

Flags

Manual Flags

NameDescriptionDefault
developer-mode

By default, output extra developer information.

Disabled
disable-git-info

Disable inclusion of current Git information in the Stack executable when it is built.

Disabled
disable-stack-upload

For use only during development and debugging. Disable 'stack upload' so that it does not make HTTP requests. Stack will output information about the HTTP request(s) that it would have made if the command was enabled.

Disabled
hide-dependency-versions

Hides dependency versions from 'stack --version'. Used only when building a Stack executable for official release. Note to packagers/distributors: DO NOT OVERRIDE THIS FLAG IF YOU ARE BUILDING STACK ANY OTHER WAY (e.g. using Cabal or from Hackage), as it makes debugging support requests more difficult.

Disabled
integration-tests

Run the integration test suite.

Disabled
static

When building the Stack executable, or the stack-integration-test executable, pass the -static and -pthread flags to the linker used by GHC.

Disabled
supported-build

If false, causes 'stack --version' to issue a warning about the build being unsupported. Used only when building a Stack executable for official release. Note to packagers/distributors: DO NOT OVERRIDE THIS FLAG IF YOU ARE BUILDING STACK ANY OTHER WAY (e.g. using Cabal or from Hackage), as it makes debugging support requests more difficult.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info