judah / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

Check for termios.h existence #169

Closed TerrorJack closed 1 year ago

TerrorJack commented 2 years ago

If termios.h doesn't exist (e.g. in wasi-libc), we should be using a stub instead, otherwise hsc2hs panics at compile-time.