judah / 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 outdated documentation of Ctrl+C interrupt handling #176

Open quchen opened 1 year ago

quchen commented 1 year ago

The documentation still mentions handle (\Interrupt -> …), but since Haskeline 0.8, the handleInterrupt is provided for that purpose.