haskell / haskeline

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

Fix Linux to Windows cross-compile #29

Closed erikd closed 9 years ago

erikd commented 9 years ago

The #include of doesn't work when cross-compiling from Linux to Windows because the Linux file system is case sensitive and on Linux the file is . This change should not affect Windows builds because the Windows file system is case insensitive.

erikd commented 9 years ago

The GHC trac ticket is here : https://ghc.haskell.org/trac/ghc/ticket/10273