#1372: Recompilation checker should consider package versions
-----------------------+----------------------------------------------------
  Reporter:  bringert  |          Owner:         
      Type:  bug       |         Status:  new    
  Priority:  normal    |      Milestone:         
 Component:  Compiler  |        Version:  6.6.1  
  Severity:  normal    |       Keywords:         
Difficulty:  Unknown   |             Os:  Unknown
  Testcase:            |   Architecture:  Unknown
-----------------------+----------------------------------------------------
Currently, if an installed package is upgraded, the recompilation checker
 does not think that modules which use that package need to be recompiled.
 Since the package version is part of the internal names, and because of
 cross-package optimizations, this really needs to be done.

 If the interface file would list which packages (including version
 numbers) a module uses, we could decide to recompile whenever the packages
 used by the module are different from those used in the current
 compilation.

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