[project @ 2005-03-18 17:16:00 by simonpj]
[ghc-hetmet.git] / ghc / compiler / main / CmdLineParser.hs
index dd22348..d8807fe 100644 (file)
@@ -17,6 +17,7 @@ module CmdLineParser (
 #include "HsVersions.h"
 
 import Util            ( maybePrefixMatch, notNull, removeSpaces )
+-- import Panic
 
 data OptKind m
        = NoArg (m ())  -- flag with no argument