X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Frename%2FRnPat.lhs;h=5a2639523d86bafd940f22dcbe30e51cf32fc124;hp=b3564f68476c4ed64a53567bf1181d6620415bb7;hb=d6a7aff83282d537e160264604d6703e2698600e;hpb=68bc57c179fe4f1d739a435766bced7236b36261 diff --git a/compiler/rename/RnPat.lhs b/compiler/rename/RnPat.lhs index b3564f6..5a26395 100644 --- a/compiler/rename/RnPat.lhs +++ b/compiler/rename/RnPat.lhs @@ -73,7 +73,6 @@ import RdrName ( RdrName, GlobalRdrElt(..), Provenance(..), extendLocalRdrEnv, lookupLocalRdrEnv, hideSomeUnquals, mkRdrUnqual, nameRdrName, gre_name, globalRdrEnvElts, isLocalGRE ) import LoadIface ( loadInterfaceForName ) -import UniqFM ( isNullUFM ) import UniqSet ( emptyUniqSet ) import List ( nub ) import Util ( isSingleton )