You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ghci I can use Ctrl-C to interrupt actions that have obviously gone AWOL, or cancel a long running computation without entirely exiting GHCi itself.
This does not work if GHCi was started via cabal repl. If cabal repl were to trap SIGINT and pass it on to GHCi, which would do the right thing with it, that would make my life a lot easier.
Alternately, a different way to cancel a computation without (expensively) exiting the repl should be provided.
EDIT: disregard this, I clicked the button twice by accident. The actual version is #1610.
The text was updated successfully, but these errors were encountered:
When running
ghci
I can useCtrl-C
to interrupt actions that have obviously gone AWOL, or cancel a long running computation without entirely exiting GHCi itself.This does not work if GHCi was started via
cabal repl
. Ifcabal repl
were to trapSIGINT
and pass it on to GHCi, which would do the right thing with it, that would make my life a lot easier.Alternately, a different way to cancel a computation without (expensively) exiting the repl should be provided.
EDIT: disregard this, I clicked the button twice by accident. The actual version is #1610.
The text was updated successfully, but these errors were encountered: