(F)SLIT -> (f)sLit in StaticFlags
[ghc-hetmet.git] / compiler / specialise / Specialise.lhs
index 5350406..9455f0f 100644 (file)
@@ -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) })