Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/judah/haskeline. Pull mirroring updated .
  1. Mar 03, 2025
  2. Mar 02, 2025
  3. Feb 08, 2025
  4. Feb 07, 2025
  5. Feb 06, 2025
  6. Jan 28, 2025
  7. Jan 25, 2025
  8. Jan 24, 2025
  9. Jan 21, 2025
  10. Oct 13, 2024
  11. Jul 01, 2024
  12. Mar 08, 2024
  13. Jan 23, 2024
  14. Jan 10, 2024
  15. Sep 14, 2023
  16. Jun 29, 2023
  17. Jun 26, 2023
  18. Mar 08, 2023
  19. Feb 22, 2023
  20. Dec 14, 2022
  21. Dec 12, 2022
  22. Dec 08, 2022
  23. Nov 20, 2022
  24. Nov 02, 2022
  25. Aug 05, 2022
  26. Apr 29, 2022
  27. Apr 14, 2022
    • Cheng Shao's avatar
      Check for termios.h existence · ce38e3fc
      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.
      ce38e3fc
  28. Nov 13, 2021
    • andreas.abel's avatar
      Fix #159: exclude Win32-2.10/11 · a5b9183c
      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
      ```
      a5b9183c
Loading