From: Ian Lynagh Date: Sat, 12 Apr 2008 13:30:30 +0000 (+0000) Subject: (F)SLIT -> (f)sLit in ClosureInfo X-Git-Tag: 2008-05-28~296 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6273ef4138e164d7b68ef7bdfdd6b8ce468de3d4;p=ghc-hetmet.git (F)SLIT -> (f)sLit in ClosureInfo --- diff --git a/compiler/codeGen/ClosureInfo.lhs b/compiler/codeGen/ClosureInfo.lhs index 37b3a58..23113d2 100644 --- a/compiler/codeGen/ClosureInfo.lhs +++ b/compiler/codeGen/ClosureInfo.lhs @@ -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}