X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Frename%2FRnPat.lhs;h=5a2639523d86bafd940f22dcbe30e51cf32fc124;hb=d6a7aff83282d537e160264604d6703e2698600e;hp=b3564f68476c4ed64a53567bf1181d6620415bb7;hpb=37e2b6d8287a9760ee89b1812537b14eabd46835;p=ghc-hetmet.git 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 )