This project is mirrored from https://github.com/judah/haskeline.
Pull mirroring updated .
- Mar 03, 2025
- Mar 02, 2025
-
-
Athas authored
Note wiki link about \ESC...\STX in haddocks
-
-
- Feb 08, 2025
- Feb 07, 2025
-
-
Athas authored
Allow base-4.20, bump CI to GHC 9.10.1
-
- Feb 06, 2025
- Jan 28, 2025
-
-
Ben Gamari authored
-
- Jan 25, 2025
-
-
- Jan 24, 2025
-
-
* bump `base` to latest * bump `Win32` support to latest
-
- Jan 21, 2025
-
-
Co-authored-by:
Cheng Shao <terrorjack@type.dance>
-
- Oct 13, 2024
-
-
Zubin authored
-
- Jul 01, 2024
-
-
andreas.abel authored
Spell out bounds for test-suite that are shared with the haskeline library but not inherited from it.
-
- Mar 08, 2024
-
-
Ben Gamari authored
-
- 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.
-
- Mar 08, 2023
-
-
quchen authored
-
- Feb 22, 2023
-
- 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.
-
- Nov 13, 2021
-
-
andreas.abel authored
haskeline >= 0.7.2.3 fails to build with Win32-2.10/11 because of duplicate definitions: ``` Ambiguous occurrence `c_WaitForSingleObject' It could refer to either `System.Win32.c_WaitForSingleObject', imported from `System.Win32' at System\Console\Haskeline\Backend\Win32.hsc:14:1-80 (and originally defined in `System.Win32.Event') or `System.Console.Haskeline.Backend.Win32.c_WaitForSingleObject', defined at dist\build\System\Console\Haskeline\Backend\Win32.hs:51:1 ```
-