X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Frename%2FRnBinds.lhs;h=638e9554a912836f8a8cf78b79484167485e2601;hp=628f67e9d91ce9456de01d39f3514d53f5eef358;hb=d51f42f602bf9a6d1b356c41228a534c88723f65;hpb=3efa0623150111e8157141441ee5571452f8e139 diff --git a/compiler/rename/RnBinds.lhs b/compiler/rename/RnBinds.lhs index 628f67e..638e955 100644 --- a/compiler/rename/RnBinds.lhs +++ b/compiler/rename/RnBinds.lhs @@ -50,7 +50,7 @@ import DynFlags ( DynFlag(..) ) import HscTypes (FixItem(..)) import Name import NameEnv -import UniqFM +import LazyUniqFM import NameSet import PrelNames ( isUnboundName ) import RdrName ( RdrName, rdrNameOcc )