[GHC] #10566: Move "package key" generation to GHC

GHC ghc-devs at haskell.org
Tue Jun 23 21:14:23 UTC 2015


#10566: Move "package key" generation to GHC
-------------------------------------+-------------------------------------
        Reporter:  ezyang            |                   Owner:  ezyang
            Type:  bug               |                  Status:  new
        Priority:  normal            |               Milestone:  7.12.1
       Component:  Package system    |                 Version:  7.10.1
      Resolution:                    |                Keywords:
Operating System:  Unknown/Multiple  |            Architecture:
 Type of failure:  None/Unknown      |  Unknown/Multiple
      Blocked By:                    |               Test Case:
 Related Tickets:                    |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by simonpj):

 Sounds good in general terms.  But up to now GHC has been primary a
 module-at-a-time compiler. To compute a package key it needs to know all
 about a package.  Do you intend to do this by giving it a Backpack file
 describing the package? Or what?

 And how does Cabal get to know what key GHC computed?

 More detail required!

 Simon

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10566#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list