simonmar 2005/02/15 02:51:38 PST
Modified files:
ghc/utils/ghc-pkg Main.hs
Log:
Change in semantics:
- commands which only inspect the databse (list,describe,field)
now take into account the user database unless --global is
given. This behaviour matches GHC, which also uses the user
database by default.
- However, commands which modify the database still use the
global database, unless --user is given.
Also, allow P-* to be given as a package identifier, which means
"all versions of package P".
Revision Changes Path
1.69 +97 -70 fptools/ghc/utils/ghc-pkg/Main.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc