From c0eed017436c7d36dd163547ea95d3f8b36645d4 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 18 Mar 2005 17:17:02 +0000 Subject: [PATCH 1/1] [project @ 2005-03-18 17:17:02 by simonpj] Import wibble --- ghc/compiler/main/CmdLineParser.hs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 1.7.10.4