#10273: haskeline : Cross-compile from Linux to Windows fails due to
-------------------------------------+-------------------------------------
Reporter: erikd | Owner: erikd
Type: bug | Status: new
Priority: normal | Milestone: 7.12.1
Component: libraries | Version: 7.11
(other) | Operating System: Unknown/Multiple
Keywords: | Type of failure: Building GHC
Architecture: | failed
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets: #10070
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
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 .
Down casing the name of this include file should not cause problems on
Windows as the Windows file system is case insensitive.
--
Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10273
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler