@hackage stack2.11.1

The Haskell Tool Stack

The Haskell Tool Stack

Unit tests Integration tests Release

Stack is a cross-platform program for developing Haskell projects. It is intended for Haskellers both new and experienced.

See haskellstack.org, or the doc directory of this repository, for more information.

Learning to use Stack

If are learning to use Stack and have questions, a discussion at the Haskell Community forum may help. See its 'Learn' category.

Community

You can participate with the Stack community in the following areas:

  • Installation

    Custom

  • Dependencies (86)

  • Dependents (3)

    @hackage/now-haskell, @hackage/guardian, @hackage/stack2nix
  • Package Flags

      developer-mode
       (off by default)

      By default, should extra developer information be output?

      disable-git-info
       (off by default)

      Disable compile-time inclusion of current git info in stack

      hide-dependency-versions
       (off by default)

      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.

      integration-tests
       (off by default)

      Run the integration test suite

      static
       (off by default)

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

      supported-build
       (off by default)

      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.