Ticket #42 (closed enhancement: fixed)
Investigate integration into ghci
| Reported by: | judah | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Version: | Keywords: | ||
| Cc: |
Description
Haskeline is fully featured enough to make it worth trying to replace editline in ghci.
I expect this change to make ghci somewhat simpler; for example:
- ghci currently works around several readline/editline bugs.
- the global variable saved_sess will no longer be necessary due to monadic completion functions.
However, our dependencies on mtl, utf8-string, etc will have to be investigated.
Change History
Note: See
TracTickets for help on using
tickets.
