[project @ 2005-03-18 17:17:02 by simonpj]
authorsimonpj <unknown>
Fri, 18 Mar 2005 17:17:02 +0000 (17:17 +0000)
committersimonpj <unknown>
Fri, 18 Mar 2005 17:17:02 +0000 (17:17 +0000)
Import wibble

ghc/compiler/main/CmdLineParser.hs

index d8807fe..e34b8c0 100644 (file)
@@ -16,8 +16,10 @@ module CmdLineParser (
 
 #include "HsVersions.h"
 
-import Util            ( maybePrefixMatch, notNull, removeSpaces )
--- import Panic
+import Util    ( maybePrefixMatch, notNull, removeSpaces )
+#ifdef DEBUG
+import Panic   ( assertPanic )
+#endif
 
 data OptKind m
        = NoArg (m ())  -- flag with no argument