Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / main / GHC.hs
index 3a054e1..5f7139c 100644 (file)
@@ -186,10 +186,10 @@ module GHC (
        compareFixity,
 
        -- ** Source locations
-       SrcLoc, pprDefnLoc,
+       SrcLoc(..), RealSrcLoc, pprDefnLoc,
         mkSrcLoc, noSrcLoc,
        srcLocFile, srcLocLine, srcLocCol,
-        SrcSpan,
+        SrcSpan(..), RealSrcSpan,
         mkSrcSpan, srcLocSpan, isGoodSrcSpan, noSrcSpan,
         srcSpanStart, srcSpanEnd,
        srcSpanFile,