[GHC] #8407: Module re-exports at the package level
GHC
ghc-devs at haskell.org
Sat Jul 26 09:16:15 UTC 2014
#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.
<<ghc: 606003696 bytes, 82 GCs, 3823064/7170800 avg/max bytes residency (5
samples), 65M in use, 0.00 INIT (0.00 elapsed), 0.24 MUT (2.05 elapsed),
0.07 GC (0.08 elapsed) :ghc>>
make[1]: *** [compiler/stage1/build/.depend-v.haskell] Error 1
make: *** [all] Error 2
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8407#comment:15>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list