(F)SLIT -> (f)sLit in ClosureInfo
authorIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 13:30:30 +0000 (13:30 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 13:30:30 +0000 (13:30 +0000)
compiler/codeGen/ClosureInfo.lhs

index 37b3a58..23113d2 100644 (file)
@@ -139,7 +139,7 @@ needsSRT NoC_SRT       = False
 needsSRT (C_SRT _ _ _) = True
 
 instance Outputable C_SRT where
-  ppr (NoC_SRT) = ptext SLIT("_no_srt_")
+  ppr (NoC_SRT) = ptext (sLit "_no_srt_")
   ppr (C_SRT label off bitmap) = parens (ppr label <> comma <> ppr off <> comma <> text (show bitmap))
 \end{code}