X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnNames.lhs;h=1b02331064519499fcd2b3deddca9fc8fe7de089;hb=fffba9e37c59f6b03bb79dcafb818b88abc0ed47;hp=9a61325d9b50ca82f30d349ab6c308d5e8d10163;hpb=99073d876ea762016683fb0b22b9d343ff864eb4;p=ghc-hetmet.git diff --git a/ghc/compiler/rename/RnNames.lhs b/ghc/compiler/rename/RnNames.lhs index 9a61325..1b02331 100644 --- a/ghc/compiler/rename/RnNames.lhs +++ b/ghc/compiler/rename/RnNames.lhs @@ -18,8 +18,8 @@ import HsSyn ( HsModule(..), HsDecl(..), IE(..), ieName, ImportDecl(..), import RdrHsSyn ( RdrNameIE, RdrNameImportDecl, RdrNameHsModule, RdrNameHsDecl ) -import RnIfaces ( getInterfaceExports, getDeclBinders, - recordLocalSlurps ) +import RnIfaces ( getInterfaceExports, recordLocalSlurps ) +import RnHiFiles ( getDeclBinders ) import RnEnv import RnMonad