(F)SLIT -> (f)sLit in DriverPipeline
authorIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 16:34:06 +0000 (16:34 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 12 Apr 2008 16:34:06 +0000 (16:34 +0000)
compiler/main/DriverPipeline.hs

index 59535f0..7822d67 100644 (file)
@@ -305,11 +305,11 @@ link LinkBinary dflags batch_attempt_linking hpt
                                Right t -> any (t <) other_times
 
         if not (dopt Opt_ForceRecomp dflags) && not linking_needed
                                Right t -> any (t <) other_times
 
         if not (dopt Opt_ForceRecomp dflags) && not linking_needed
-           then do debugTraceMsg dflags 2 (text exe_file <+> ptext SLIT("is up to date, linking not required."))
+           then do debugTraceMsg dflags 2 (text exe_file <+> ptext (sLit "is up to date, linking not required."))
                    return Succeeded
            else do
 
                    return Succeeded
            else do
 
-        debugTraceMsg dflags 1 (ptext SLIT("Linking") <+> text exe_file
+        debugTraceMsg dflags 1 (ptext (sLit "Linking") <+> text exe_file
                                  <+> text "...")
 
         -- Don't showPass in Batch mode; doLink will do that for us.
                                  <+> text "...")
 
         -- Don't showPass in Batch mode; doLink will do that for us.