From: simonpj Date: Fri, 18 Mar 2005 17:17:02 +0000 (+0000) Subject: [project @ 2005-03-18 17:17:02 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~882 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c0eed017436c7d36dd163547ea95d3f8b36645d4;hp=d5b3e9b5f30ccdd34a964f109c03c56ff71dee2e;p=ghc-hetmet.git [project @ 2005-03-18 17:17:02 by simonpj] Import wibble --- diff --git a/ghc/compiler/main/CmdLineParser.hs b/ghc/compiler/main/CmdLineParser.hs index d8807fe..e34b8c0 100644 --- a/ghc/compiler/main/CmdLineParser.hs +++ b/ghc/compiler/main/CmdLineParser.hs @@ -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