[GHC] #618: Dependency caching in ghc --make

GHC ghc-devs at haskell.org
Sat Dec 19 02:49:24 UTC 2015


#618: Dependency caching in ghc --make
-------------------------------------+-------------------------------------
        Reporter:  simonmar          |                Owner:
            Type:  task              |               Status:  new
        Priority:  normal            |            Milestone:  ⊥
       Component:  Compiler          |              Version:  None
      Resolution:  None              |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:  N/A
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by ezyang):

 * cc: ezyang (added)


Comment:

 `ghc-shake` is a compiler plugin which is comparable to `ghc --make`, but
 caches dependencies (through Shake).  Here's an implementation that works
 with 7.10 (with frontend plugins; that patch hasn't been backported to
 7.10) https://github.com/ezyang/ghc-shake

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


More information about the ghc-tickets mailing list