v1.7.0.3 (release candidate)
Pre-release
Pre-release
Second release candidate for v1.7
Changes since previous release candidate (v1.7.0.1)
Other enhancements:
stack unpack
now supports a--to /target/directory
option to
specify where to unpack the package intostack hoogle
now supports a new flag--server
that launches local
Hoogle server on port 8080. See
#2310
Bug fixes:
- When a package contained sublibraries, stack was always recompiling the
package. This has been fixed now, no recompilation is being done because of
sublibraries. See #3899. - The
get-stack.sh
install script now matches manual instructions
when it comes to Debian/Fedora/CentOS install dependencies. - Compile Cabal-simple with gmp when using Nix.
See #2944 stack ghci
now replaces the stack process with ghci. This improves
signal handling behavior. In particular, handling of Ctrl-C. To make
this possible, the generated files are now left behind after exit.
The paths are based on hashing file contents, and it's stored in the
system temporary directory, so this shouldn't result in too much
garbage. See
#3821.