File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -147,13 +147,19 @@ Bug fixes:
147147 resilient against SIGKILL and machine failure. See
148148 [ hackage-security #187 ] ( https://github.com/haskell/hackage-security/issues/187 )
149149 and [ #3073 ] ( https://github.com/commercialhaskell/stack/issues/3073 ) .
150+ * ` stack ghci ` now replaces the stack process with ghci. This improves
151+ signal handling behavior. In particular, handling of Ctrl-C. To make
152+ this possible, the generated files are now left behind after exit.
153+ The paths are based on hashing file contents, and it's stored in the
154+ system temporary directory, so this shouldn't result in too much
155+ garbage. See
156+ [ #3821 ] ( https://github.com/commercialhaskell/stack/issues/3821 ) .
150157
151158## v1.6.3.1
152159
153160Hackage-only release with no user facing changes (updated to build with
154161newer version of hpack dependency).
155162
156-
157163## v1.6.3
158164
159165Enhancements:
You can’t perform that action at this time.
0 commit comments