1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
HEAD
====
0.4.2.0
=======
- Add support for ghc 9.0, 9.2
- CI: Drop Travis and use Github Actions instead
0.4.1.0
=======
- Fix up documentation.
- Export `MonadHaskeline` from System.Control.Repline.
0.4.0.0
=======
- Add multi-line input support
- Add finaliser option to control REPL exit on <Ctrl-D>
0.3.0.0
=======
- Upgrades to lower bound to Haskeline 0.8.0.0.
- No longer requires MonadException.
- MonadCatch, MonadThrow, MonadMask instances.
0.2.2.0
=======
- `ReplOpts` configuration type and `evalReplOpts` function.
- Only use `fail` for GHC<8.0
0.2.1.0
=======
- Add `exceptions` dependency.
- Add a `MonadFail` instance to `HaskelineT`.
0.2.0.0
=======
- `evalRepl` has changed signature.
0.1.0.0
=======
- Initial release.
|