X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fspecialise%2FSpecialise.lhs;h=9455f0f49bf19c1c245ef0769e1e6e53352662de;hb=a1515d75e38a32d69636c98bb590f6195e2ab3d1;hp=5350406c4d5b19399a070dba6f34f0bcbfcbe361;hpb=aff2929f17d9a543ae9cf6b83218e33474288e24;p=ghc-hetmet.git 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) })