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
223 stars 75 forks source link

No MonadException instance for ExceptT #18

Closed RyanGlScott closed 6 years ago

RyanGlScott commented 9 years ago

Starting with transformers-0.4.0.0, ErrorT was deprecated in favor of ExceptT. There is currently a MonadException instance for ErrorT, but not ExceptT.

RyanGlScott commented 6 years ago

Closing stale issue.