#4072: Local package DB doesn't take preference over global DB
---------------------------------+------------------------------------------
    Reporter:  tibbe             |        Owner:  simonmar    
        Type:  bug               |       Status:  merge       
    Priority:  normal            |    Milestone:  6.12.3      
   Component:  Package system    |      Version:  6.12.1      
    Keywords:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Testcase:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------
Changes (by simonmar):

  * status:  new => merge


Comment:

 Fixed:

 {{{
 Wed May 19 03:46:17 PDT 2010  Simon Marlow <[email protected]>
   * Fix package shadowing order (#4072)

   Later packages are supposed to shadow earlier ones in the stack,
   unless the ordering is overriden with -package-id flags.
   Unfortunately an earlier fix for something else had sorted the list of
   packages so that it was in lexicographic order by installedPackageId,
   and sadly our test (cabal/shadow) didn't pick this up because the
   lexicographic ordering happened to work for the test.  I've now fixed
   the test so it tries both orderings.
 }}}

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