#3090: ghc-pkg update should fail if dependent packages might break
---------------------------------+------------------------------------------
    Reporter:  simonmar          |        Owner:                  
        Type:  bug               |       Status:  new             
    Priority:  normal            |    Milestone:                  
   Component:  Compiler          |      Version:  6.10.1          
    Severity:  normal            |   Resolution:                  
    Keywords:                    |   Difficulty:  Unknown         
    Testcase:                    |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Comment (by duncan):

 For cabal-install to update a whole bunch of packages correctly we would
 need more than just ghc-pkg update, if we implement this check. We would
 need to be able to register/update a whole batch of packages at once. Or
 we'd have to unregister each package and all its dependencies (in reverse
 order) and then re-register them all (assuming we did actually update them
 all).

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