Re: [GHC] #7780: GHC HEAD dll fails to build on Windows

#7780: GHC HEAD dll fails to build on Windows
----------------------------------------+----------------------------------
Reporter: rassilon | Owner: igloo
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Build System | Version:
Resolution: fixed | Keywords:
Operating System: Windows | Architecture:
Type of failure: Building GHC failed | Unknown/Multiple
Test Case: | Difficulty: Unknown
Blocking: | Blocked By:
| Related Tickets:
----------------------------------------+----------------------------------
Comment (by Sergei Trofimovich
<make error>
dll-split among other things makes sure
all mentioned modules are used by DynFlags.
'#ifdef GHCI' keeps is from happening.
Patch moves those 42 modules under
'GhcWithInterpreter' guard.
Fixes Issue #9552
Signed-off-by: Sergei Trofimovich
participants (1)
-
GHC