
#8407: Module re-exports at the package level
-------------------------------------+-------------------------------------
Reporter: nomeata | Owner: ezyang
Type: feature | Status: closed
request | Milestone: 7.10.1
Priority: high | Version: 7.6.3
Component: Package | Keywords: backpack
system | Architecture: Unknown/Multiple
Resolution: fixed | Difficulty: Unknown
Operating System: | Blocked By:
Unknown/Multiple | Related Tickets:
Type of failure: |
None/Unknown |
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by jrp):
This fix seems to break the current master build on OS X:
{{{
compiler/main/Packages.lhs:867:16:
error: unterminated function-like macro invocation
where -- ASSERT(m == m' && pkg == pkg' && e == e'
^
compiler/HsVersions.h:39:9: note: macro 'ASSERT' defined here
#define ASSERT(e) if debugIsOn && not (e) then (assertPanic __FILE__
__LINE__) else
^
1 error generated.
<