From a45429f7b85fed3123db8acfe52ff3b2cf73f745 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 12 Apr 2008 15:50:34 +0000 Subject: [PATCH] (F)SLIT -> (f)sLit in Specialse --- compiler/specialise/Specialise.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/specialise/Specialise.lhs b/compiler/specialise/Specialise.lhs index 5350406..9455f0f 100644 --- a/compiler/specialise/Specialise.lhs +++ b/compiler/specialise/Specialise.lhs @@ -804,7 +804,7 @@ specDefn subst calls (fn, rhs) rhs_uds `plusUDs` plusUDList spec_uds) | otherwise -- No calls or RHS doesn't fit our preconceptions - = WARN( notNull calls_for_me, ptext SLIT("Missed specialisation opportunity for") <+> ppr fn ) + = WARN( notNull calls_for_me, ptext (sLit "Missed specialisation opportunity for") <+> ppr fn ) -- Note [Specialisation shape] (do { (rhs', rhs_uds) <- specExpr subst rhs ; return ((fn, rhs'), [], rhs_uds) }) -- 1.7.10.4