X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FGHC.hs;h=55c1e5f5e24b3869fd62ca5eb11bcc45543aa53a;hb=686d87447e2186e2aa55e1a925f0a3a8e94872f5;hp=20c2aee2713cd8834f68935c967aaeffb8b6244b;hpb=ff91258cdc66148172e8533ebd115a836aa67b1b;p=ghc-hetmet.git diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 20c2aee..55c1e5f 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -110,7 +110,7 @@ module GHC ( -- ** Names Name, - nameModule, pprParenSymName, nameSrcLoc, + nameModule, pprParenSymName, nameSrcSpan, NamedThing(..), RdrName(Qual,Unqual), @@ -175,7 +175,7 @@ module GHC ( mkSrcLoc, isGoodSrcLoc, srcLocFile, srcLocLine, srcLocCol, SrcSpan, - mkSrcSpan, srcLocSpan, + mkSrcSpan, srcLocSpan, isGoodSrcSpan, srcSpanStart, srcSpanEnd, srcSpanFile, srcSpanStartLine, srcSpanEndLine,