Closed Mistuke closed 1 year ago
This implements delegate_ctlc on Windows so the calling process can properly ignore SIGINT.
delegate_ctlc
Without this cabal repl doesn't behave correctly.
validated working with manual tests and cabal.
to address https://github.com/haskell/cabal/issues/8820
Ready for review,
/cc @snoyberg
This implements
delegate_ctlc
on Windows so the calling process can properly ignore SIGINT.Without this cabal repl doesn't behave correctly.
validated working with manual tests and cabal.
to address https://github.com/haskell/cabal/issues/8820