stack v2.3.3 Release Notes

Release Date: 2020-08-05 // over 3 years ago
  • ๐Ÿ”„ Changes since v2.3.1

    Other enhancements:

    • โž• Add the stack-developer-mode flag
    • ๐Ÿ’… Customisable output styles (see stack --help and the --stack-colors option, and stack ls stack-colors --help) now include info, debug, other-level, secondary and highlight, used with verbose output.

    ๐Ÿ› Bug fixes:

    • ๐Ÿณ When using the STACK_YAML env var with Docker, make the path absolute.
    • ๐Ÿ›  Fix the problem of stack repl foo:test:bar failing without a project build before that. See #5213
    • ๐Ÿ›  Fix stack sdist introducing unneded sublibrary syntax when using pvp-bounds. See #5289
    • ๐Ÿ›  Fix modified time busting caches by always calculating sha256 digest during the build process. #5125