This project is mirrored from https://github.com/judah/haskeline.
Pull mirroring updated .
- 22 Sep, 2017 1 commit
-
-
Ben Gamari authored
-
- 21 Sep, 2017 1 commit
-
-
Judah Jacobson authored
Move away from Chan to STM
-
- 20 Sep, 2017 2 commits
-
-
Ben Gamari authored
-
Ben Gamari authored
The isEmptyChan broken has been long known to be broken
-
- 27 Aug, 2017 2 commits
-
-
Judah Jacobson authored
Make sections Markdown correct in README.md
-
Grzegorz Wierzowiecki authored
-
- 20 Apr, 2017 4 commits
-
-
judah authored
-
judah authored
Change to simple build-type & minor ver increment
-
Herbert Valerio Riedel authored
A minor version increment is required relative to 0.7.3.1 due to the recent API addition of the `MonadExcept IdentityT` instance
-
Herbert Valerio Riedel authored
The logic in Setup.hs doesn't affect the build per-se, but rather prints out a purely informational warning on non-windows systems in case `terminfo` is disabled. However, the upcoming Cabal 2.0 API breaks the Setup.hs script so it's easier to just convert to simple build-type and avoid the additional complexity and overhead.
-
- 03 Apr, 2017 2 commits
-
-
judah authored
Add MonadException IdentityT instance
-
Vladislav Zavialov authored
-
- 07 Mar, 2017 2 commits
-
-
judah authored
Use 0xffffffff in place of -1 to MessageBeep
-
Ben Gamari authored
MessageBeep expects an unsigned argument, leading to a literal-out-of-range error previously.
-
- 21 Feb, 2017 2 commits
-
-
judah authored
Bump upper bound on process
-
Ben Gamari authored
-
- 17 Feb, 2017 1 commit
-
-
Fixes #54.
-
- 04 Feb, 2017 1 commit
-
-
judah authored
-
- 02 Feb, 2017 1 commit
-
-
- 31 Jan, 2017 1 commit
-
-
Fixes #50.
-
- 12 Jan, 2017 1 commit
-
-
judah authored
-
- 09 Dec, 2016 1 commit
-
-
judah authored
Bump directory upper bound to < 1.4
-
- 08 Dec, 2016 1 commit
-
-
Ben Gamari authored
-
- 16 Nov, 2016 1 commit
-
-
judah authored
Bump upper bound on base
-
- 15 Nov, 2016 1 commit
-
-
Ben Gamari authored
-
- 20 Sep, 2016 1 commit
-
-
judah authored
.travis.yml: Add ghc 8.0.1
-
- 07 Sep, 2016 2 commits
-
-
Erik de Castro Lopo authored
-
judah authored
MonadFix instance for InputT
-
- 21 Jun, 2016 1 commit
-
-
Alexander Vieth authored
-
- 04 Jun, 2016 2 commits
-
-
judah authored
Fix withInterrupt function docs
-
Roman Zaynetdinov authored
Change outdated (I suppose so) `wrapInterrupt` to actual `withInterrupt`.
-
- 24 Apr, 2016 3 commits
- 17 Apr, 2016 5 commits
- 19 Mar, 2016 1 commit
-
-
judah authored
Fix the behavior of unix-word-rubout (C-w) for emacs bindings
-