#3589: Recompilation checker doesn't take into account CPP headers
-------------------------------+--------------------------------------------
  Reporter:  simonmar          |          Owner:                  
      Type:  bug               |         Status:  new             
  Priority:  normal            |      Milestone:  6.14 branch     
 Component:  Compiler          |        Version:  6.10.4          
  Severity:  normal            |       Keywords:                  
Difficulty:  Unknown           |       Testcase:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-------------------------------+--------------------------------------------
 When using CPP, the recompilation checker doesn't check the date on any
 header files that might be `#included`.  We already have to run CPP on the
 file anyway in order to extract the imports and module name, so we might
 as find the `#included` files and check their modification times.

 See also #3588.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3589>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to