From: sof Date: Thu, 5 Jun 1997 20:30:35 +0000 (+0000) Subject: [project @ 1997-06-05 20:30:35 by sof] X-Git-Tag: Approximately_1000_patches_recorded~396 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1e1de65f050eab2bfb26957415b3aca14eb10ccb;p=ghc-hetmet.git [project @ 1997-06-05 20:30:35 by sof] wibble --- diff --git a/ghc/compiler/rename/Rename.lhs b/ghc/compiler/rename/Rename.lhs index 3d32bef..28afe6e 100644 --- a/ghc/compiler/rename/Rename.lhs +++ b/ghc/compiler/rename/Rename.lhs @@ -121,7 +121,7 @@ renameModule us this_mod@(HsModule mod_name vers exports imports fixities local_ -- RETURN THE RENAMED MODULE let - import_mods = [mod | ImportDecl mod _ _ _ _ <- imports] + import_mods = [mod | ImportDecl mod _ _ _ _ _ <- imports] renamed_module = HsModule mod_name vers trashed_exports trashed_imports trashed_fixities