Skip to content

Commit 4d560ee

Browse files
committed
Merge remote-tracking branch 'origin/fix-stack-ghci-ctrl-c-3821'
2 parents 150432f + a9c0eca commit 4d560ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

153160
Hackage-only release with no user facing changes (updated to build with
154161
newer version of hpack dependency).
155162

156-
157163
## v1.6.3
158164

159165
Enhancements:

0 commit comments

Comments
 (0)