-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cabal sandbox + cabal repl + haskeline doesn't handle Ctrl-C #1560
Comments
Reproducible on Linux:
|
Interestingly enough, this seems to work just fine if I run |
23Skidoo
added a commit
that referenced
this issue
Oct 25, 2013
@23Skidoo It worked for me. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bug looks like #1448. I'm told that that issue is supposedly fixed, so I'm reporting this as a new issue.
Relevant versions:
Steps to reproduce:
ib
package and enter the repository directorycabal sandbox init
cabal install --only-dependencies
(installs terminfo-0.3.2.5 and haskeline-0.7.0.3)cabal repl
*Main> main
Ctrl-C
Enter
a few timesResulting output:
Notes:
Ctrl-C
(i.e. the interrupt exception is caught):The text was updated successfully, but these errors were encountered: