Ticket #40 (closed enhancement: fixed)
Decouple the sigINT handler
| Reported by: | judah | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.4 |
| Version: | 0.3 | Keywords: | |
| Cc: |
Description
Depreciate the handleSigINT setting. Instead, now that #35 is implemented, we can let the running program handle the sigINT (or let ghc-6.10's runtime do it for us).
Do provide another function:
withInterrupt :: MonadException m => InputT m ()
and move it along with handleInterrupt and Interrupt into a separate module.
Change History
Note: See
TracTickets for help on using
tickets.
