stack v2.3.1 Release Notes

Release Date: 2020-04-29 // almost 4 years ago
  • โฌ†๏ธ See https://haskellstack.org/ for installation and upgrade instructions.

    ๐Ÿš€ Release notes:

    ๐Ÿš€ We have reduced the number of platforms that we support with binary releases.
    ๐Ÿš€ The reason behind this is that we've been slowed down in our release process
    ๐Ÿ— until now with issues trying to build binaries for less common platforms. In
    ๐Ÿ‘ order to make sure we can address issues more quickly (like supporting new
    ๐Ÿ‘ GHC versions), we're limiting support from the Stack team to:

    • Linux 64-bit (static)
    • macOS
    • Windows 64-bit

    If others want to provide additional binaries, we will definitely be happy
    ๐Ÿ‘ท for the support. But since our CI system is currently able to produce these
    ๐Ÿš€ three bindists only, that's what we will be providing with the next release.

    ๐Ÿง Since we no longer have dynamically linked Linux binaries, we are removing
    ๐Ÿง removing the -static suffix from the static Linux binaries. If you have
    โšก๏ธ scripts to download the latest stable Linux binary, update them to use
    ๐Ÿง linux-x86_64 instead of linux-x86_64-static (if you are already using the
    ๐Ÿš€ former, nothing needs to change). For this release, both are supported, but
    ๐Ÿš€ the next release will no longer have the -static variant.

    ๐Ÿ—„ We are also deprecating the download links at https://stackage.org/stack.
    ๐Ÿ‘€ See this page for the current installation instructions:
    https://docs.haskellstack.org/en/stable/install_and_upgrade/.

    โœ… These are the canonical locations to download the latest stable binaries
    ๐Ÿ‘ from, and will continue to be supported going forward:

    As always, binaries for specific versions are available from the Github
    ๐Ÿš€ releases: https://github.com/commercialhaskell/stack/releases.

    ๐Ÿ”„ Changes since v2.1.3.1

    Major changes:

    ๐Ÿ”ง setup-info-locations yaml configuration now allows overwriting the default locations of stack-setup-2.yaml.
    #5031
    #2983
    #2913

    ๐Ÿ”ง The setup-info configuration key now allows overwriting parts of the default setup-info

    ๐Ÿ— The --setup-info-yaml command line flag now may be used in all stack commands such as stack build, and not only in stack setup

    The --setup-info-yaml may specify multiple locations for stack-setup.yaml files.

    ๐Ÿ‘‰ The stack upload can read first reads environment Variable $HACKAGE_USERNAME and $HACKAGE_PASSWORD if they are missing only then asks for username or password

    ๐Ÿšš Fully remove GHCJS support.

    โœ‚ Remove the freeze command. It has been replaced by lock files.

    Behavior changes:

    โœ‚ Remove the deprecated --stack-setup-yaml command line argument in favor of --setup-info-yaml
    #2647

    ๐Ÿ”’ We now recommend checking in generated cabal files for repos. When generating lock files for
    ๐Ÿ“ฆ extra-deps that only include package.yaml files, a deprecation warning will be generated.
    ๐Ÿ”’ Also, those packages will no longer be included in the generated lock files.
    ๐Ÿ‘€ See #5210.

    Other enhancements:

    โž• Add build-output-timestamps flag in yaml. Setting it to true
    ๐Ÿ— prefixes each build log output line with a timestamp.

    ๐Ÿ Show warning about local-programs-path with spaces on windows
    ๐Ÿ‘€ when running scripts. See
    #5013

    โž• Add ls dependencies json which will print dependencies as JSON.
    ๐Ÿ‘€ ls dependencies --tree is now ls dependencies tree. See
    #4424

    โœ‚ Remove warning for using Stack with GHC 8.8-8.10, and Cabal 3.0-3.2.

    ๐Ÿ‘ Allow relative paths in --setup-info-yaml and tool paths
    #3394

    โž• Added the --only-locals flag. See
    #5272

    ๐Ÿ› Bug fixes:

    โฌ†๏ธ Upgrade pantry: module mapping insertions into the database are now atomic.
    Previously, if you SIGTERMed at the wrong time while running a script, you
    could end up with an inconsistent database state.

    --resolver global doesn't retrieve snapshots list from the internet
    ๐Ÿ‘€ beause doesn't need it. See #5103

    ๐Ÿ›  Fix using relative links in haddocks output. See
    #4971.

    ๐Ÿ”’ Do not include generated cabal file information in lock files. See
    #5045.

    ๐Ÿ‘€ Use proper Hoogle executable path when installed automatically. See
    #4905

    ๐Ÿ›  Fix GHC version for batched package unregistration. See
    #4951

    ๐Ÿ‘€ Use Hoogle from the snapshot used and not the latest version. See
    #4905

    ๐Ÿ‘€ Resolve "'stty' is not recognized". See
    #4901

    ๐Ÿ›  Fix missing reconfigure check causing errors when a package gets
    ๐Ÿ‘€ used in multiple projects. See
    #5147

    ๐Ÿš€ Thanks to all our contributors for this release:

    • Adam McCullough
    • Akshay Mankar
    • Brian Wignall
    • Cheah Jer Fei
    • Chris Done
    • David Baynard
    • davit nalchevanidze
    • Dino Morelli
    • Emanuel Borsboom
    • Felix Yan
    • flip111
    • Flowers Safety
    • Fred Miller
    • Fyrbll
    • gdziadkiewicz
    • Good boy
    • Hypnoes.Liu
    • Iisus
    • Iustin Pop
    • ivanbakel
    • Javier Neira
    • Jeff Happily
    • jeffhappily
    • jneira
    • Justin Le
    • Kirill Zaborsky
    • Leif Metcalf
    • Leonhard Markert
    • Lokesh Mohanty
    • Matt Audesse
    • Michael Snoyman
    • Mihai Maruseac
    • NightRa
    • Phil Ruffwind
    • qinzhenlong
    • Robert Hensing
    • Sasha Bogicevic
    • Sibi
    • Sibi Prabakaran
    • Simon Michael
    • Steve Mao
    • Vlad Ki
    • Xia Li-yao