Skip to content

v2.7.5

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 21:24
v2.7.5

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

Changes since v2.7.3:

Behavior changes:

  • Cloning git repositories isn't per sub-directory anymore, see
    #5411

Other enhancements:

  • stack setup supports installing GHC for macOS aarch64 (M1)

  • stack upload supports authentication with a Hackage API key (via
    HACKAGE_KEY environment variable).

Bug fixes:

  • Ensure that extra-path works for case-insensitive PATHs on Windows.
    See rio#237
  • Fix handling of overwritten ghc and ghc-pkg locations.
    #5597
  • Fix failure to find package when a dependency is shared between projects.
    #5680
  • stack ghci now uses package flags in stack.yaml
    #5434

Thanks to all our contributors for this release:

  • Emanuel Borsboom
  • HaskellMouse
  • Julian Ospald
  • kocielnik
  • Matt Audesse
  • Michael Snoyman
  • MikaelUrankar
  • Muhammed Zakir
  • Natan Lao
  • Patryk Kocielnik
  • tkaaad97