From 06068983cb9570c217971fbaf9765e48d19c2105 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 8 Mar 2005 13:35:35 +0000 Subject: [PATCH] [project @ 2005-03-08 13:35:35 by simonmar] Fix what looks like a typo in the previous commit --- ghc/compiler/rename/RnNames.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/rename/RnNames.lhs b/ghc/compiler/rename/RnNames.lhs index a4c75eb..686f01d 100644 --- a/ghc/compiler/rename/RnNames.lhs +++ b/ghc/compiler/rename/RnNames.lhs @@ -17,7 +17,7 @@ import HsSyn ( IE(..), ieName, ImportDecl(..), LImportDecl, ForeignDecl(..), HsGroup(..), HsBindGroup(..), Sig(..), collectGroupBinders, tyClDeclNames ) -oimport RnEnv +import RnEnv import IfaceEnv ( lookupAvail ) import LoadIface ( loadSrcInterface ) import TcRnMonad -- 1.7.10.4