[project @ 2004-11-11 16:07:14 by simonmar]
authorsimonmar <unknown>
Thu, 11 Nov 2004 16:07:15 +0000 (16:07 +0000)
committersimonmar <unknown>
Thu, 11 Nov 2004 16:07:15 +0000 (16:07 +0000)
commit9043701ca7b0577317a852a2227e2c5112e96e0a
tree08553b45d23a7cf1745bca0088709a46ee998158
parentd478f224bc627b4ddc33d770e30c31523fa431d6
[project @ 2004-11-11 16:07:14 by simonmar]
The new ghc-pkg tool.

So far, the new syntax is supported, and the format of the package
definitions has changed to InstalledPackageInfo rather than the old
PackageConfig type.  The format of the package.conf file is now
[InstalledPackageInfo] (using show/read).

We still support the old ghc-pkg command line syntax, and the old
PackageConfig syntax for package definitions.  These are deprecated
features, of course.

Not much is done with the list of exposed/hidden modules, or versions
(yet).
ghc/utils/ghc-pkg/Main.hs
ghc/utils/ghc-pkg/Makefile
ghc/utils/ghc-pkg/Package.hs