[project @ 2001-03-15 15:51:38 by simonmar]
authorsimonmar <unknown>
Thu, 15 Mar 2001 15:51:38 +0000 (15:51 +0000)
committersimonmar <unknown>
Thu, 15 Mar 2001 15:51:38 +0000 (15:51 +0000)
commit88ce01861a6e2ef0f20628e85c53e7c0d6de907b
tree878ccd7ddeab0289fd91172c22534352ab64f124
parent33e03e0ba6cc2cbaf17ae80ba4f9b2500b648232
[project @ 2001-03-15 15:51:38 by simonmar]
New package management tool, basically a broken-out version of ghc
--list-packages, --add-package and --remove-package.

These flags will be removed from GHC; use ghc-pkg instead.
ghc/utils/ghc-pkg/Main.hs [new file with mode: 0644]
ghc/utils/ghc-pkg/Makefile [new file with mode: 0644]
ghc/utils/ghc-pkg/Package.hs [new file with mode: 0644]