X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnNames.lhs;h=71bd508b5ddf52a7ccf7600c01bffa71eb14d2be;hb=341daf1cd88470e480092adb7e5105ae9b4e3b02;hp=0af917b264cbb6deb223cb3ccca892581fdbb732;hpb=0bb99f85566ef0b42c3f8127281977e29c7b9e83;p=ghc-hetmet.git diff --git a/ghc/compiler/rename/RnNames.lhs b/ghc/compiler/rename/RnNames.lhs index 0af917b..71bd508 100644 --- a/ghc/compiler/rename/RnNames.lhs +++ b/ghc/compiler/rename/RnNames.lhs @@ -42,7 +42,6 @@ import Name ( Name, ExportFlag(..), ImportReason(..), Provenance(..), ) import RdrName ( RdrName, rdrNameOcc, setRdrNameOcc, mkRdrQual, mkRdrUnqual, isQual, isUnqual ) import OccName ( setOccNameSpace, dataName ) -import SrcLoc ( SrcLoc ) import NameSet ( elemNameSet, emptyNameSet ) import Outputable import Maybes ( maybeToBool, catMaybes, mapMaybe )