- Jan 21, 2019
-
-
Judah Jacobson authored
-
Judah Jacobson authored
Fixes #72.
-
Judah Jacobson authored
Fixes #87. Similar to `KillLine`, add two new "keys" `ReverseSearchHistory` and `ForwardSearchHistory` which bind to the incremental history search functionality. Original patch by @boris-stepanov (#90).
-
Judah Jacobson authored
Fixes #3.
-
- Jan 17, 2019
-
-
Judah Jacobson authored
-
- Dec 10, 2018
-
-
Judah Jacobson authored
Fixes #21, which noted that the `LICENSE` file was inconsistent with `License: BSD3` in the .cabal` file.
-
- Oct 20, 2018
-
-
Ken Micklas authored
-
Judah Jacobson authored
Removes `System.Console.Haskeline.MonadException`; now we use class constraints from `Control.Monad.Catch`.
-
- Oct 06, 2018
-
-
Judah Jacobson authored
-
Judah Jacobson authored
- Use Travis's build-in apt support - Use `language: c` explicitly - Remove unnecessary `cabal` invocations - Remove the separate `before_install` step
-
Judah Jacobson authored
Also: - Add CI testing up to ghc-8.6.1 - Don't install explicit Cabal versions, now that we don't have a custom Setup script.
-
Judah Jacobson authored
Haskeline doesn't have a custom Setup script, so that step isn't providing any value.
-
Judah Jacobson authored
-
- Jun 24, 2018
-
-
Judah Jacobson authored
Helps fix `stack upload`.
-
Judah Jacobson authored
-
- Jun 20, 2018
-
-
Judah Jacobson authored
Bump upper bound on containers
-
- Jun 18, 2018
-
-
Ben Gamari authored
-
- Jun 03, 2018
-
-
Judah Jacobson authored
Bump stm upper bound
-
- Jun 02, 2018
-
-
Ben Gamari authored
-
- Apr 16, 2018
-
-
Judah Jacobson authored
Bump upper bound on unix to < 2.9
-
Ryan Scott authored
See https://ghc.haskell.org/trac/ghc/ticket/15042.
-
Judah Jacobson authored
Bump upper bound on base to < 4.13
-
- Apr 10, 2018
-
- Dec 11, 2017
-
-
Judah Jacobson authored
Also bump to 0.7.4.2.
- Dec 02, 2017
-
-
Judah Jacobson authored
-
Judah Jacobson authored
-
- Nov 08, 2017
-
-
taylorfausak authored
Unfortunately trac.haskell.org doesn't exist anymore.
-
- Sep 22, 2017
-
-
Judah Jacobson authored
Import Control.Concurrent.STM in Win32 backend
-
Ben Gamari authored
-
- Sep 21, 2017
-
-
Judah Jacobson authored
Move away from Chan to STM
-
- Sep 20, 2017
-
-
Ben Gamari authored
-
Ben Gamari authored
The isEmptyChan broken has been long known to be broken
-
- Aug 27, 2017
-
-
Judah Jacobson authored
Make sections Markdown correct in README.md
-
Grzegorz Wierzowiecki authored
-
- Apr 20, 2017
-
-
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.
- Apr 03, 2017
-
-
judah authored
Add MonadException IdentityT instance
-