@@ -11,12 +11,34 @@ Behavior changes:
1111
1212Other enhancements:
1313
14+ *  ` stack unpack `  now supports a ` --to /target/directory `  option to
15+   specify where to unpack the package into
16+ *  ` stack hoogle `  now supports a new flag ` --server `  that launches local
17+   Hoogle server on port 8080. See
18+   [ #2310  ] ( https://github.com/commercialhaskell/stack/issues/2310 ) 
19+ 
1420Bug fixes:
1521
22+ *  When a package contained sublibraries, stack was always recompiling the
23+   package. This has been fixed now, no recompilation is being done because of
24+   sublibraries. See [ #3899  ] ( https://github.com/commercialhaskell/stack/issues/3899 ) .
25+ *  The ` get-stack.sh `  install script now matches manual instructions
26+   when it comes to Debian/Fedora/CentOS install dependencies.
27+ *  Compile Cabal-simple with gmp when using Nix.
28+   See [ #2944  ] ( https://github.com/commercialhaskell/stack/issues/2944 ) 
29+ *  ` stack ghci `  now replaces the stack process with ghci. This improves
30+   signal handling behavior. In particular, handling of Ctrl-C.  To make
31+   this possible, the generated files are now left behind after exit.
32+   The paths are based on hashing file contents, and it's stored in the
33+   system temporary directory, so this shouldn't result in too much
34+   garbage. See
35+   [ #3821  ] ( https://github.com/commercialhaskell/stack/issues/3821 ) .
36+ *  1.6.1 introduced a change that made some precompiled cache files use
37+   longer paths, sometimes causing builds to fail on windows. This has been
38+   fixed. See [ #3649  ] ( https://github.com/commercialhaskell/stack/issues/3649 ) 
1639
17- ## v1.7.0.1 (release candidate)  
1840
19- Release notes: 
41+ ##  v1.7.0.1 (release candidate) 
2042
2143Major changes:
2244
@@ -91,9 +113,6 @@ Bug fixes:
91113## v1.6.5  
92114
93115Bug fixes:
94- *  1.6.1 introduced a change that made some precompiled cache files use
95-   longer paths, sometimes causing builds to fail on windows. This has been
96-   fixed. See [ #3649  ] ( https://github.com/commercialhaskell/stack/issues/3649 ) 
97116*  Some unnecessary rebuilds when no files were changed are now avoided, by
98117  having a separate build cache for each component of a package. See
99118  [ #3732  ] ( https://github.com/commercialhaskell/stack/issues/3732 ) .
0 commit comments