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

Add MonadException IdentityT instance #59

Closed int-index closed 7 years ago

int-index commented 7 years ago

The MonadException IdentityT instance was missing.

judah commented 7 years ago

Thanks for the patch!