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.
Please register or sign in to comment