stack v2.7.3 Release Notes

  • ๐Ÿ”„ Changes since v2.7.1:

    Other enhancements:

    • โฌ†๏ธ stack upgrade will download from haskellstack.org before trying github.com. See #5288
    • โฌ†๏ธ stack upgrade makes less assumptions about archive format. See #5288
    • โž• Add a --no-run flag to the script command when compiling.

    ๐Ÿ› Bug fixes:

    • ๐Ÿ— GHC source builds work properly for recent GHC versions again. See #5528
    • ๐Ÿ‘ stack setup always looks for the unpacked directory name to support different tar file naming conventions. See #5545
    • โฌ†๏ธ Bump pantry version for better OS support. See pantry#33
    • ๐Ÿ— When building the sanity check for a new GHC install, make sure to clear GHC_PACKAGE_PATH.
    • Specifying GHC RTS flags in the stack.yaml no longer fails with an error. #5568
    • stack setup will look in sandboxed directories for executables, not relying on `findExecutables. See GHC issue 20074
    • Track changes to setup-config properly to avoid reconfiguring on every change. See #5578
    • ๐Ÿ“ฆ stack ghci now uses package flags in stack.yaml #5434