From: simonmar Date: Tue, 15 Feb 2005 10:51:37 +0000 (+0000) Subject: [project @ 2005-02-15 10:51:37 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1070 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d14916cbfe3076888266fddbf21bdba7ea4be6f5;hp=d14916cbfe3076888266fddbf21bdba7ea4be6f5;p=ghc-hetmet.git [project @ 2005-02-15 10:51:37 by simonmar] 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". ---