Dependencies for stack-2.1.3

library
stack
stack-integration-test

Flags

Manual Flags

NameDescriptionDefault
disable-git-info

Disable compile-time inclusion of current git info in stack

Disabled
hide-dependency-versions

Hides dependency versions from 'stack --version', used only by building Stack and the default stack.yaml. 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

Pass -static/-pthread to ghc when linking the stack binary.

Disabled
supported-build

If false, causes 'stack --version' to issue a warning about the build being unsupported. Should be True only if building with Stack and the default stack.yaml. 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