From bfd81cba2ee67b78a55d93a076dba345f6753b91 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 4 Sep 1997 20:20:14 +0000 Subject: [PATCH] [project @ 1997-09-04 20:20:14 by sof] wibble --- ghc/compiler/main/CmdLineOpts.lhs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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} -- 1.7.10.4