Skip to content
  • judah's avatar
    Add back wrap/handleInterrupt. · 62fac92e
    judah authored
    Although GHC provides similar functionality by default, it will
    terminate the program the second time that ctrl-c is pressed.  In contrast,
    wrapInterrupt will throw an exception on every ctrl-c, which is better
    behavior for the types of programs that use haskeline.
    62fac92e