Make various assertions work when !DEBUG
[ghc-hetmet.git] / compiler / main / CmdLineParser.hs
index 148dbe8..3373143 100644 (file)
@@ -24,9 +24,7 @@ module CmdLineParser (
 #include "HsVersions.h"
 
 import Util    ( maybePrefixMatch, notNull, removeSpaces )
 #include "HsVersions.h"
 
 import Util    ( maybePrefixMatch, notNull, removeSpaces )
-#ifdef DEBUG
-import Panic   ( assertPanic )
-#endif
+import Panic
 
 data OptKind m         -- Suppose the flag is -f
        = NoArg (m ())                  -- -f all by itself
 
 data OptKind m         -- Suppose the flag is -f
        = NoArg (m ())                  -- -f all by itself