#1372: Recompilation checker should consider package versions (and other 
factors)
-------------------------+--------------------------------------------------
    Reporter:  bringert  |        Owner:  simonmar  
        Type:  bug       |       Status:  new       
    Priority:  normal    |    Milestone:  6.8 branch
   Component:  Compiler  |      Version:  6.6       
    Severity:  normal    |   Resolution:            
    Keywords:            |   Difficulty:  Unknown   
          Os:  Unknown   |     Testcase:            
Architecture:  Unknown   |  
-------------------------+--------------------------------------------------
Changes (by dons):

 * cc: [EMAIL PROTECTED] (added)

Comment:

 Just keeping this alive.

 We've had a large number of build failures in the latest xmonad relelase
 with people upgrading and reinstalling the X11-extras package, but not
 running clean in their xmonad directory. GHC then happily continues
 compiling xmonad against the old library, leading to type errors.

 The api has changed enough that at least this doesn't produce linking
 errors, but *lots* of people are falling over this problem. The solution
 is always, if they have a build failure, to make clean first.

 It is the single most frequently reported problem with xmonad!

 See for example this bug report:

   http://thread.gmane.org/gmane.comp.lang.haskell.xmonad/2855

 This faq for xmonad entry:

   http://xmonad.org/faq.html#upgrade

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