11# Changelog
22
33
4- ## Unreleased changes
5-
6- Release notes:
7-
8- Major changes:
9-
10- Behavior changes:
11-
12- Other enhancements:
13-
14- Bug fixes:
15-
16-
17- ## v1.7.0.3 (release candidate)
18-
19- Other enhancements:
20-
21- * ` stack unpack ` now supports a ` --to /target/directory ` option to
22- specify where to unpack the package into
23- * ` stack hoogle ` now supports a new flag ` --server ` that launches local
24- Hoogle server on port 8080. See
25- [ #2310 ] ( https://github.com/commercialhaskell/stack/issues/2310 )
26-
27- Bug fixes:
28-
29- * When a package contained sublibraries, stack was always recompiling the
30- package. This has been fixed now, no recompilation is being done because of
31- sublibraries. See [ #3899 ] ( https://github.com/commercialhaskell/stack/issues/3899 ) .
32- * The ` get-stack.sh ` install script now matches manual instructions
33- when it comes to Debian/Fedora/CentOS install dependencies.
34- * Compile Cabal-simple with gmp when using Nix.
35- See [ #2944 ] ( https://github.com/commercialhaskell/stack/issues/2944 )
36- * ` stack ghci ` now replaces the stack process with ghci. This improves
37- signal handling behavior. In particular, handling of Ctrl-C. To make
38- this possible, the generated files are now left behind after exit.
39- The paths are based on hashing file contents, and it's stored in the
40- system temporary directory, so this shouldn't result in too much
41- garbage. See
42- [ #3821 ] ( https://github.com/commercialhaskell/stack/issues/3821 ) .
43-
44-
45- ## v1.7.0.1 (release candidate)
4+ ## v1.7.1
465
476Release notes:
487
@@ -60,7 +19,6 @@ Behavior changes:
6019 distributions that use GCC with PIE enabled by default. GHC detects
6120 this itself since ghc-8.0.2, and Stack's attempted workaround for older
6221 versions caused more problems than it solved.
63-
6422* ` stack new ` no longer initializes a project if the project template contains
6523 a stack.yaml file.
6624
@@ -94,6 +52,11 @@ Other enhancements:
9452 i.e. ` stack build --keep-tmp-files --ghc-options=-keep-tmp-files ` .
9553 See [ #3857 ] ( https://github.com/commercialhaskell/stack/issues/3857 )
9654* Improved error messages for snapshot parse exceptions
55+ * ` stack unpack ` now supports a ` --to /target/directory ` option to
56+ specify where to unpack the package into
57+ * ` stack hoogle ` now supports a new flag ` --server ` that launches local
58+ Hoogle server on port 8080. See
59+ [ #2310 ] ( https://github.com/commercialhaskell/stack/issues/2310 )
9760
9861Bug fixes:
9962
@@ -118,11 +81,26 @@ Bug fixes:
11881 [ #3589 ] ( https://github.com/commercialhaskell/stack/issues/3589#issuecomment )
11982* ` stack ghci ` now uses correct paths for autogen files with
12083 [ #3791 ] ( https://github.com/commercialhaskell/stack/issues/3791 )
84+ * When a package contained sublibraries, stack was always recompiling the
85+ package. This has been fixed now, no recompilation is being done because of
86+ sublibraries. See [ #3899 ] ( https://github.com/commercialhaskell/stack/issues/3899 ) .
87+ * The ` get-stack.sh ` install script now matches manual instructions
88+ when it comes to Debian/Fedora/CentOS install dependencies.
89+ * Compile Cabal-simple with gmp when using Nix.
90+ See [ #2944 ] ( https://github.com/commercialhaskell/stack/issues/2944 )
91+ * ` stack ghci ` now replaces the stack process with ghci. This improves
92+ signal handling behavior. In particular, handling of Ctrl-C. To make
93+ this possible, the generated files are now left behind after exit.
94+ The paths are based on hashing file contents, and it's stored in the
95+ system temporary directory, so this shouldn't result in too much
96+ garbage. See
97+ [ #3821 ] ( https://github.com/commercialhaskell/stack/issues/3821 ) .
12198
12299
123100## v1.6.5
124101
125102Bug fixes:
103+
126104* Some unnecessary rebuilds when no files were changed are now avoided, by
127105 having a separate build cache for each component of a package. See
128106 [ #3732 ] ( https://github.com/commercialhaskell/stack/issues/3732 ) .
0 commit comments