[ANN] Stack 2.15.3

See https://haskellstack.org/ for installation and upgrade instructions.

Release notes:

  • With one exception, this release fixes bugs.

Changes since v2.15.1:

Behavior changes:

  • stack path --global-config, --programs, and --local-bin no longer set up Stack’s environment.

Bug fixes:

  • Due to a bug, Stack 2.15.1 did not support versions of GHC before 8.2. Stack now supports GHC versions from 8.0.
  • --haddock-for-hackage does not ignore --haddock-arguments.
  • On Windows, package locations that are Git repositories with submodules now work as intended.
  • The ghc, runghc and runhaskell commands accept --package values that are a list of package names or package identifiers separated by spaces and, in the case of package identifiers, in the same way as if they were specified as targets to stack build.

Thanks to all our contributors for this release:

  • Mike Pilgrem
  • Siyuan Chen
7 Likes