v1.6.3
See https://haskellstack.org for installation and upgrade instructions.
Enhancements:
- In addition to supporting
.tar.gzand.zipfiles as remote archives,
plain.tarfiles are now accepted too. This will additionally help with
cases where HTTP servers mistakenly set the transfer encoding togzip. See
#3647. - Links to docs.haskellstack.org ignore Stack version patchlevel.
- Downloading Docker-compatible
stackbinary ignores Stack version patchlevel.
Bug fixes:
- For versions of Cabal before 1.24, ensure that the dependencies of
non-buildable components are part of the build plan to work around an old
Cabal bug. See #3631. - Run the Cabal file checking in the
sdistcommand more reliably by
allowing the Cabal library to flatten the
GenericPackageDescriptionitself.