#437: Recompilation check should include flags
-----------------------+----------------------------------------------------
  Reporter:  simonpj   |          Owner:  dterei          
      Type:  bug       |         Status:  closed          
  Priority:  low       |      Milestone:  7.4.1           
 Component:  Compiler  |        Version:  6.4.1           
Resolution:  fixed     |       Keywords:                  
  Testcase:  mod175    |      Blockedby:                  
Difficulty:  Unknown   |             Os:  Unknown/Multiple
  Blocking:            |   Architecture:  Unknown/Multiple
   Failure:  Other     |  
-----------------------+----------------------------------------------------

Comment(by marlowsd@…):

 commit 9df7f9b4022ffda25f004cb099de358d7d240fc1
 {{{
 Author: Simon Marlow <[email protected]>
 Date:   Thu Nov 10 11:14:20 2011 +0000

     Add more flags to the recompilation check (#437)

     Now included:
         - all language flags
         - all filename-related flags (-i, -osuf, -hidir etc.)
         - all CPP-related flags (-I, -D, -U)

  compiler/iface/FlagChecker.hs |   40
 +++++++++++++++++++++-------------------
  compiler/iface/MkIface.lhs    |    3 +--
  compiler/main/DynFlags.hs     |    3 ++-
  3 files changed, 24 insertions(+), 22 deletions(-)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/437#comment:27>
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