@hackage stack2.1.1

The Haskell Tool Stack

The Haskell Tool Stack

Build Status Release [Join the chat at https://gitter.im/commercialhaskell/stack](https://badges.gitter.im/commercialhaskell/stack.svg)

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 for more information.

Subsystem maintainers

NOTE: GHCJS support is considered experimental. In Stack 2.0, we are removing support for building GHCJS itself; links will be added to this README for information on separate tools. Issues on GHCJS may be closed as not supported, and the next major Stack release may remove GHCJS support entirely.

  • Installation

    Custom

  • Dependencies (87)

  • Dependents (3)

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

      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 with stack.yaml

      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. True only if building with stack.yaml