From: sof Date: Thu, 4 Sep 1997 20:20:14 +0000 (+0000) Subject: [project @ 1997-09-04 20:20:14 by sof] X-Git-Tag: Approximately_1000_patches_recorded~6 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bfd81cba2ee67b78a55d93a076dba345f6753b91;p=ghc-hetmet.git [project @ 1997-09-04 20:20:14 by sof] wibble --- diff --git a/ghc/compiler/main/CmdLineOpts.lhs b/ghc/compiler/main/CmdLineOpts.lhs index a5ef6c4..e00c778 100644 --- a/ghc/compiler/main/CmdLineOpts.lhs +++ b/ghc/compiler/main/CmdLineOpts.lhs @@ -69,7 +69,7 @@ module CmdLineOpts ( opt_OmitInterfacePragmas, opt_PprStyle_All, opt_PprStyle_Debug, - opt_PprStyle_User, + opt_PprStyle_User, -- ToDo: rm opt_PprUserLength, opt_ProduceC, opt_ProduceHi, @@ -116,12 +116,11 @@ import ArrBase import PrelBase (Lift(..)) #endif #endif -import Argv CHK_Ubiq() -- debugging consistency check +import Argv import Constants -- Default values for some flags - import Maybes ( assocMaybe, firstJust, maybeToBool ) import Util ( startsWith, panic, panic#, assertPanic ) \end{code}