haskell / process

Library for dealing with system processes
http://hackage.haskell.org/package/process
Other
87 stars 82 forks source link

Windows: Implement delegate_ctlc on Windows #278

Closed Mistuke closed 1 year ago

Mistuke commented 1 year ago

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

Mistuke commented 1 year ago

Ready for review,

/cc @snoyberg