This project is mirrored from https://github.com/judah/haskeline.
Pull mirroring updated .
- 14 Dec, 2022 1 commit
-
-
Ben Gamari authored
Allow transformers-0.6
-
- 12 Dec, 2022 1 commit
-
-
Ben Gamari authored
Bump bounds to acccomodate base-4.18
-
- 08 Dec, 2022 1 commit
-
-
Ben Gamari authored
-
- 20 Nov, 2022 1 commit
-
-
Bodigrim authored
-
- 02 Nov, 2022 1 commit
-
-
Ben Gamari authored
Check for termios.h existence
-
- 05 Aug, 2022 2 commits
-
-
Ben Gamari authored
Thanks to @fluesvamp for bringing these to my attention.
-
Ben Gamari authored
Bump base upper bound
-
- 29 Apr, 2022 1 commit
-
-
Ben Gamari authored
-
- 14 Apr, 2022 1 commit
-
-
Cheng Shao authored
If termios.h doesn't exist (e.g. in wasi-libc), we should be using a stub instead, otherwise hsc2hs panics at compile-time.
-
- 03 Aug, 2021 4 commits
-
-
Judah Jacobson authored
-
Zubin authored
-
Judah Jacobson authored
-
Ben Gamari authored
As noted by GHC #20085, the ccall calling convention does not support variadic functions.
-
- 18 Mar, 2021 3 commits
-
-
Judah Jacobson authored
-
Judah Jacobson authored
-
Oleg Grenrus authored
This will avoid future breakage See https://downloads.haskell.org/ghc/8.10.3/docs/html/users_guide/using-warnings.html?highlight=wcompat#ghc-flag--Wcompat-unqualified-imports
-
- 04 Jan, 2021 1 commit
-
-
Judah Jacobson authored
-
- 03 Jan, 2021 1 commit
-
-
Bodigrim authored
-
- 27 Sep, 2020 1 commit
-
-
Vladislav Zavialov authored
-
- 11 Sep, 2020 1 commit
-
-
Ben Gamari authored
Win32 provides a few console primitives as of the 2.9 release, resulting in name shadowing warnings with our own local versions. Hide those from Win32 to avoid the warnings.
-
- 26 Aug, 2020 1 commit
-
-
Judah Jacobson authored
-
- 20 Aug, 2020 1 commit
-
-
matil019 authored
* Use gsWidth to calculate the width of completions * Update variable names and comments to mention "width", not "length"
-
- 01 Jul, 2020 1 commit
-
-
jeremy-list authored
-
- 21 Jun, 2020 1 commit
-
-
Tamar Christina authored
-
- 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.
-