X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2FbasicTypes%2FSrcLoc.lhs;fp=ghc%2Fcompiler%2FbasicTypes%2FSrcLoc.lhs;h=3f89e97e3f7305c49081c44724fc363d76f41785;hb=53ce311e219dcccf4d205f573c16e23a5c44265e;hp=7e29d67bcc77f171778827a1c2643c46e0cc33dd;hpb=615a5546467c7864c765adf40706f23be3fa28b6;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/SrcLoc.lhs b/ghc/compiler/basicTypes/SrcLoc.lhs index 7e29d67..3f89e97 100644 --- a/ghc/compiler/basicTypes/SrcLoc.lhs +++ b/ghc/compiler/basicTypes/SrcLoc.lhs @@ -30,7 +30,7 @@ import Util ( thenCmp ) import Outputable import FastString ( unpackFS ) import FastTypes -import GlaExts ( Int(..), (+#) ) +import GlaExts ( (+#) ) \end{code} %************************************************************************