id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
40,Decouple the sigINT handler,judah,,"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.",enhancement,closed,minor,0.4,0.3,fixed,,
