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
Handle SIGTERM by throwing an asynchronous exception
That's roughly how Ctrl-C (SIGINT) is handled by the GHC
runtime.
This way, killing cabal via SIGTERM will give it a chance to
terminate any running children. Previously, it would exit
directly, leaving children behind to exit on their own.
0 commit comments