[GHC] #1631: Make the External Package Table contain ModDetails not ModIface
GHC
ghc-devs at haskell.org
Fri Aug 8 23:59:41 UTC 2014
#1631: Make the External Package Table contain ModDetails not ModIface
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner: ezyang
Type: task | Status: new
Priority: lowest | Milestone: 7.10.1
Component: Compiler | Version: 6.6.1
Resolution: | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Changes (by ezyang):
* owner: => ezyang
Comment:
I need this for #9252: here, we may have a module in the EPT which we want
to compare against an hsig we compiled locally, and we need a full
`ModDetails` for this comparison and not just a stubbed out `ModIface`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/1631#comment:15>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list