haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

Fix withInterrupt function docs #41

Closed zaynetro closed 8 years ago

zaynetro commented 8 years ago

Change outdated (I suppose so) wrapInterrupt to actual withInterrupt.

judah commented 8 years ago

Thanks for the fix!

zaynetro commented 8 years ago

Thanks for the library. It is so helpful that it has documentation and examples.