Fri Feb 15 04:40:51 PST 2008 Duncan Coutts <duncan@haskell.org> * Add InstalledPackageIndex type and use it in place of [InstalledPackageInfo] The new index module is adapted from the similar module in cabal-install but with renamed functions and extended to work with full InstalledPackageInfo rather than just PackageIdentifier. So the getInstalledPackages functions now return an InstalledPackageIndex. M ./Cabal.cabal +1 M ./Distribution/Simple/Configure.hs -14 +18 M ./Distribution/Simple/GHC.hs -2 +6 A ./Distribution/Simple/InstalledPackageIndex.hs M ./Distribution/Simple/JHC.hs -4 +6 M ./Distribution/Simple/SetupWrapper.hs -4 +4 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20080215124051-adfee-6455fca9f...