patch applied (cabal): Add InstalledPackageIndex type and use it in
place of [InstalledPackageInfo]
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Fri Feb 15 08:18:30 EST 2008
Fri Feb 15 04:40:51 PST 2008 Duncan Coutts <duncan at 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-6455fca9fcfe82bb5f9a0c2c7a4f5d6367e3ae2d.gz
More information about the cabal-devel
mailing list