29 May
2008
29 May
'08
6:48 p.m.
Thu May 29 02:53:46 PDT 2008 Duncan Coutts <duncan@haskell.org> * Change the PackageIndex invariant so the buckets are ordered Each bucket holds packages with the same name case-insensitively. Previously each buckets was internally unordered. Now they're ordered by the full package id which means first by package name case-sensitively and then by version. M ./Distribution/Simple/PackageIndex.hs -27 +41 View patch online: http://darcs.haskell.org/cabal-branches/cabal-1.4/_darcs/patches/20080529095...