patch applied (cabal): Change the PackageIndex invariant so the buckets are ordered
29 May
2008
29 May
'08
6:46 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/_darcs/patches/20080529095346-adfee-a3cf6fd7e...
6622
Age (days ago)
6622
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts