- 31 May, 2020 1 commit
-
-
Judah Jacobson authored
Allow base-4.15
-
- 27 May, 2020 1 commit
-
-
Judah Jacobson authored
See GHC Proposal 287: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0287-simplify-subsumption.rst Also bump base upper bound.
-
- 26 May, 2020 1 commit
-
-
Ben Gamari authored
-
- 25 May, 2020 1 commit
-
-
Ben Gamari authored
-
- 12 Feb, 2020 1 commit
-
-
Greg Steuck authored
-
- 08 Feb, 2020 3 commits
-
-
Judah Jacobson authored
-
Ben Gamari authored
See GHC Proposal 287: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0287-simplify-subsumption.rst
-
Judah Jacobson authored
-
- 07 Feb, 2020 1 commit
-
-
Ben Gamari authored
See GHC Proposal 287: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0287-simplify-subsumption.rst
-
- 03 Jan, 2020 2 commits
-
-
Judah Jacobson authored
GHC's build currently can't handle packages with both a library and a binary. Help out by allowing a build to disable the executable, which is only needed for the test. (So disable the test as well.) Also bump the version to 0.8.0.1.
-
Judah Jacobson authored
-
- 29 Dec, 2019 2 commits
-
-
arata, mizuki authored
* Fix wcwidth to handle non-BMP characters on Windows * Encode String into UTF-16 when writing to Windows console * Decode UTF-16 when processing input from Windows console
-
Judah Jacobson authored
-
- 12 Nov, 2019 1 commit
-
-
Ben Gamari authored
-
- 27 May, 2019 1 commit
-
-
quasicomputational authored
There are also a couple of other monads that could plausibly have this instance, but since none of them seem to be exported I left them alone.
-
- 10 Feb, 2019 1 commit
-
-
Judah Jacobson authored
Also test ghc-8.6.3 in Travis CI instead of 8.6.1.
-
- 28 Jan, 2019 1 commit
-
-
Judah Jacobson authored
Make it a looped KeyCommand inside a single call to runInputCmdT, rather than calling runInputCmdT once for each character. This removes some noise by letting us clear the prompt before printing the key that was read. It also hopefully makes it closer to "real" results when entering multiple keys (e.g., holding them down).
-
- 24 Jan, 2019 1 commit
-
-
Judah Jacobson authored
This works with `stack` and `cabal new-test`. The latter uses the `build-tool-depends` field to locate the binary. Also: - Remove the reference to the nonexistent main file on Windows. - Make the test binary return a nonzero exit code when it fails. Still TODO: test in CI.
-
- 23 Jan, 2019 1 commit
-
-
Kamil authored
This change is motivated to make it easier to run the unit tests: defined two executable targets in the cabal file added run_unit_tests.sh script one test is failing independent of the changes: ``` Failure in: 0:interaction:2:tab completion:0 tests/RunTTY.hs:106 expected: ["dummy-\206\188\206\177\207\131/\r\nbar \207\130\206\181\207\129\207\132\r\n0:dummy-\206\188\206\177\207\131/"] but got: ["dummy-\206\188\a\a"] ```
-
- 22 Jan, 2019 1 commit
-
-
Judah Jacobson authored
Fixes #74 as well enough as Haskeline currently can. It returns a `Bool` rather than `Maybe Key` since Haskeline doesn't expose its `Key` type. But this should be enough for the "press any key to continue" functionality described in the feature request.
-
- 21 Jan, 2019 4 commits
-
-
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.
-
- 17 Jan, 2019 1 commit
-
-
Judah Jacobson authored
-
- 10 Dec, 2018 1 commit
-
-
Judah Jacobson authored
Fixes #21, which noted that the `LICENSE` file was inconsistent with `License: BSD3` in the .cabal` file.
-
- 20 Oct, 2018 2 commits
-
-
Ken Micklas authored
-
Judah Jacobson authored
Removes `System.Console.Haskeline.MonadException`; now we use class constraints from `Control.Monad.Catch`.
-
- 06 Oct, 2018 5 commits
-
-
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
-
- 24 Jun, 2018 2 commits
-
-
Judah Jacobson authored
Helps fix `stack upload`.
-
Judah Jacobson authored
-
- 20 Jun, 2018 1 commit
-
-
Judah Jacobson authored
Bump upper bound on containers
-
- 18 Jun, 2018 1 commit
-
-
Ben Gamari authored
-
- 03 Jun, 2018 1 commit
-
-
Judah Jacobson authored
Bump stm upper bound
-
- 02 Jun, 2018 1 commit
-
-
Ben Gamari authored
-
- 16 Apr, 2018 1 commit
-
-
Judah Jacobson authored
Bump upper bound on unix to < 2.9
-