X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FSrcLoc.lhs;fp=ghc%2Fcompiler%2FbasicTypes%2FSrcLoc.lhs;h=e219b4c30c6c59431140a7e6db04a55a3ed084e7;hb=ce9687a5f450014c5596b32de8e8a7b99b6389e8;hp=c3fca1db6434dd0ea1e4cd035792a04a801aafb0;hpb=4a851c8281491a26ce130e6ce4496042e3feb42b;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/SrcLoc.lhs b/ghc/compiler/basicTypes/SrcLoc.lhs index c3fca1d..e219b4c 100644 --- a/ghc/compiler/basicTypes/SrcLoc.lhs +++ b/ghc/compiler/basicTypes/SrcLoc.lhs @@ -31,7 +31,8 @@ import Outputable import FastString ( unpackFS ) import FastTypes import FastString -import GlaExts ( (+#) ) + +import GLAEXTS ( (+#) ) \end{code} %************************************************************************