remove empty dir
[ghc-hetmet.git] / ghc / compiler / main / CmdLineParser.hs
index dd22348..e34b8c0 100644 (file)
@@ -16,7 +16,10 @@ module CmdLineParser (
 
 #include "HsVersions.h"
 
-import Util            ( maybePrefixMatch, notNull, removeSpaces )
+import Util    ( maybePrefixMatch, notNull, removeSpaces )
+#ifdef DEBUG
+import Panic   ( assertPanic )
+#endif
 
 data OptKind m
        = NoArg (m ())  -- flag with no argument