- Jan 23, 2024
-
-
Ben Gamari authored
-
andreas.abel authored
* Add Haskell CI for GHC 7.10 - 9.8; allow containers-0.7 Closes #182. * Update stack.yaml; switch off tests The tests are broken see https://github.com/judah/haskeline/issues/183 * Restrict tested-with to GHC 8.0 - 9.8
-
Ben Gamari authored
Allow containers-0.7
-
- Jan 10, 2024
-
-
Bodigrim authored
-
- Sep 14, 2023
-
-
Ben Gamari authored
-
- Jun 29, 2023
-
-
Ben Gamari authored
Bump base bound to <4.20
-
- Jun 26, 2023
-
-
Ben Gamari authored
For GHC 9.8.
-
- Feb 22, 2023
-
-
Ben Gamari authored
-
- Dec 14, 2022
-
-
Ben Gamari authored
Allow transformers-0.6
-
- Dec 12, 2022
-
-
Ben Gamari authored
Bump bounds to acccomodate base-4.18
-
- Dec 08, 2022
-
-
Ben Gamari authored
-
- Nov 20, 2022
-
-
Bodigrim authored
-
- Nov 02, 2022
-
-
Ben Gamari authored
Check for termios.h existence
-
- Aug 05, 2022
-
-
Ben Gamari authored
Thanks to @fluesvamp for bringing these to my attention.
-
Ben Gamari authored
Bump base upper bound
-
- Apr 29, 2022
-
-
Ben Gamari authored
-
- Apr 14, 2022
-
-
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.
-
- Aug 03, 2021
-
-
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.
-
- Mar 18, 2021
-
-
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
-
- Jan 04, 2021
-
-
Judah Jacobson authored
-
- Jan 03, 2021
-
-
Bodigrim authored
-
- Sep 27, 2020
-
-
Vladislav Zavialov authored
-
- Sep 11, 2020
-
-
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.
-
- Aug 26, 2020
-
-
Judah Jacobson authored
-
- Aug 20, 2020
-
-
matil019 authored
* Use gsWidth to calculate the width of completions * Update variable names and comments to mention "width", not "length"
-
- Jul 01, 2020
-
-
jeremy-list authored
-
- Jun 21, 2020
-
-
Tamar Christina authored
-
- May 31, 2020
-
-
Judah Jacobson authored
Allow base-4.15
-
- May 27, 2020
-
-
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.
-
- May 26, 2020
-
-
Ben Gamari authored
-
- May 25, 2020
-
-
Ben Gamari authored
-
- Feb 12, 2020
-
-
Greg Steuck authored
-
- Feb 08, 2020
-
-
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
-