- Add support for ghc 9.0, 9.2
- CI: Drop Travis and use Github Actions instead
- Fix up documentation.
- Export
MonadHaskeline
from System.Control.Repline.
- Add multi-line input support
- Add finaliser option to control REPL exit on
- Upgrades to lower bound to Haskeline 0.8.0.0.
- No longer requires MonadException.
- MonadCatch, MonadThrow, MonadMask instances.
ReplOpts
configuration type andevalReplOpts
function.- Only use
fail
for GHC<8.0
- Add
exceptions
dependency. - Add a
MonadFail
instance toHaskelineT
.
evalRepl
has changed signature.
- Initial release.