From d8a22a2b98e2ccb3a49d6524583fbad636c7d81d Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 21 Nov 2002 17:43:43 +0000 Subject: [PATCH] [project @ 2002-11-21 17:43:43 by simonpj] wibble --- ghc/compiler/main/HscMain.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/main/HscMain.lhs b/ghc/compiler/main/HscMain.lhs index f5e239a..05dcfb4 100644 --- a/ghc/compiler/main/HscMain.lhs +++ b/ghc/compiler/main/HscMain.lhs @@ -638,7 +638,7 @@ compileExpr :: HscEnv -> TypecheckedHsExpr -> IO HValue -compileExpr hsc_env pcs this_mod type_env rdr_env tc_expr +compileExpr hsc_env pcs this_mod rdr_env type_env tc_expr = do { let dflags = hsc_dflags hsc_env -- Desugar it -- 1.7.10.4