[project @ 2002-06-03 10:27:11 by simonmar]
authorsimonmar <unknown>
Mon, 3 Jun 2002 10:27:11 +0000 (10:27 +0000)
committersimonmar <unknown>
Mon, 3 Jun 2002 10:27:11 +0000 (10:27 +0000)
Fix buglet with --force, spotted by George Russell

ghc/utils/ghc-pkg/Main.hs

index b875ce3..4583110 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- $Id: Main.hs,v 1.23 2002/05/29 22:11:58 sof Exp $
+-- $Id: Main.hs,v 1.24 2002/06/03 10:27:11 simonmar Exp $
 --
 -- Package management tool
 -----------------------------------------------------------------------------
@@ -48,6 +48,7 @@ isAction (Config _)     = False
 isAction (Field _)      = False
 isAction (Input _)      = False
 isAction (AutoGHCiLibs) = False
+isAction (Force)       = False
 isAction _              = True
 
 usageHeader = "ghc-pkg [OPTION...]"