X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Frename%2FRnExpr.lhs;h=a73d1a8e5d6ef814e59884007421b444192615a0;hp=ae26383bfcad4d478c1d329a0aa1fd5f272480c9;hb=d51f42f602bf9a6d1b356c41228a534c88723f65;hpb=3efa0623150111e8157141441ee5571452f8e139 diff --git a/compiler/rename/RnExpr.lhs b/compiler/rename/RnExpr.lhs index ae26383..a73d1a8 100644 --- a/compiler/rename/RnExpr.lhs +++ b/compiler/rename/RnExpr.lhs @@ -50,7 +50,7 @@ import PrelNames ( thFAKE, hasKey, assertIdKey, assertErrorName, import Name ( Name, nameOccName, nameModule, nameIsLocalOrFrom ) import NameSet -import UniqFM +import LazyUniqFM import RdrName ( RdrName, extendLocalRdrEnv, lookupLocalRdrEnv, hideSomeUnquals ) import LoadIface ( loadInterfaceForName ) import UniqSet ( isEmptyUniqSet, emptyUniqSet )