Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Tennie
haskeline
Commits
ff19768a
Commit
ff19768a
authored
Dec 29, 2019
by
Judah Jacobson
Browse files
Update the changelog for haskeline-0.8.0.0.
parent
70796484
Changes
1
Hide whitespace changes
Inline
Side-by-side
Changelog
View file @
ff19768a
Next
* Added a `MonadFail` instance for `InputT`.
Changed in version 0.8.0.0:
* Breaking changes:
* Add a `MonadFail` instance for `InputT`.
* Switch the LICENSE file from BSD2 to BSD3, to be consistent
with the .cabal file.
* Backwards-compatible changes
* Improve the documentation around when input functions return
`Nothing`.
* Allow binding keys to incremental search, as
`ReverseSearchHistory` and `ForwardSearchHistory`.
* Handling `STX`-wrapped control sequences on any lines of the
prompt, not just the last one.
* Add `debugTerminalKeys` to help debug input problems
* Add `waitForAnyKey` to wait for a single key press.
* Define test targest in the .cabal file
* Bump the upper bound to base-4.15.
Changed in version 0.7.5.0:
* Add the new function `fallbackCompletion` to combine
multiple `CompletionFunc`s
* Fix warnings
* Bump the lower bound to ghc-8.0
* Add `debugTerminalKeys` to help debug input problems
Changed in version 0.7.4.3:
* Bump upper bounds on base, containers, stm and unix
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment