(F)SLIT -> (f)sLit in HscTypes
authorIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 14:33:53 +0000 (14:33 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 14:33:53 +0000 (14:33 +0000)
compiler/main/HscTypes.lhs

index ffb66ee..48fb2b4 100644 (file)
@@ -330,8 +330,8 @@ hptRules hsc_env deps
     , let rules = case lookupUFM hpt mod of
                    Just info -> md_rules (hm_details info)
                    Nothing -> pprTrace "WARNING in hptRules" msg [] 
-         msg = vcat [ptext SLIT("missing module") <+> ppr mod,
-                     ptext SLIT("Probable cause: out-of-date interface files")]
+         msg = vcat [ptext (sLit "missing module") <+> ppr mod,
+                     ptext (sLit "Probable cause: out-of-date interface files")]
                        -- This really shouldn't happen, but see Trac #962
 
        -- And get its dfuns