-
Notifications
You must be signed in to change notification settings - Fork 717
Closed
Labels
Description
Describe the bug
One have to ^C a lot to make cabal cancel. This is super annoying
To Reproduce
cabal v2-build
something with plenty (fresh to build) dependencies. Try to ^C build right away. It won't. (on Linux).
Expected behavior
cabal
should cancel promptly.
System information
- Operating System: Linux
- cabal-install-3.0.0.0
Additional context
E.g. when built through make
, make seems to forward ^C, and then dies itself, leaving "downloading" cabal on the background. That's bad.
Feels like some missing bracket
somewhere.