[project @ 2005-03-08 13:35:35 by simonmar]
authorsimonmar <unknown>
Tue, 8 Mar 2005 13:35:35 +0000 (13:35 +0000)
committersimonmar <unknown>
Tue, 8 Mar 2005 13:35:35 +0000 (13:35 +0000)
Fix what looks like a typo in the previous commit

ghc/compiler/rename/RnNames.lhs

index a4c75eb..686f01d 100644 (file)
@@ -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