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

Comment(by davidterei@…):

 commit 55991bf6631c95b620aec23ae50d25968f4a7f6e
 {{{
 Author: David Terei <[email protected]>
 Date:   Wed Nov 9 22:53:07 2011 -0800

     Fix #437: recompilation check includes flags

  compiler/ghc.cabal.in         |    1 +
  compiler/iface/BinIface.hs    |    4 +
  compiler/iface/FlagChecker.hs |  143 ++++++++++++++++++++++++++++++++
  compiler/iface/LoadIface.lhs  |    1 +
  compiler/iface/MkIface.lhs    |  184
 ++++++++++++++++++++++++-----------------
  compiler/main/HscTypes.lhs    |    5 +-
  compiler/utils/Binary.hs      |   32 +++++---
  7 files changed, 282 insertions(+), 88 deletions(-)
 }}}

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