
7 Mar
2008
7 Mar
'08
8:48 a.m.
Duncan Coutts
That tells us what package names and versions are installed but it doesn't help with finding out what the installed packages depend on or what cpp flags they used or anything else. For that we need the InstalledPackageInfo rather than the unconfigured .cabal files.
With respect, the nhc98 compiler neither has nor uses an InstalledPackageInfo for any package. If Cabal wants that information, Cabal should (a) generate it, and (b) store it. I don't see the point of duplicating all that machinery in nhc98, when we don't need it. Cabal is the package manager, after all. Regards, Malcolm