(F)SLIT -> (f)sLit in TcSplice
[ghc-hetmet.git] / compiler / typecheck / FamInst.lhs
index ca5a7e9..eed79ca 100644 (file)
@@ -12,8 +12,6 @@ module FamInst (
         checkFamInstConsistency, tcExtendLocalFamInstEnv
     ) where
 
-#include "HsVersions.h"
-
 import HscTypes
 import FamInstEnv
 import TcMType
@@ -27,6 +25,7 @@ import SrcLoc
 import Outputable
 import LazyUniqFM
 import FiniteMap
+import FastString
 
 import Maybe
 import Monad
@@ -211,7 +210,7 @@ checkForConflicts inst_envs famInst
 
 conflictInstErr famInst conflictingFamInst
   = addFamInstLoc famInst $
-    addErr (hang (ptext SLIT("Conflicting family instance declarations:"))
+    addErr (hang (ptext (sLit "Conflicting family instance declarations:"))
               2 (pprFamInsts [famInst, conflictingFamInst]))
 
 addFamInstLoc famInst thing_inside