stack v2.7.5 Release Notes

  • ๐Ÿ”„ 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