[project @ 2000-05-23 15:59:25 by simonmar]
authorsimonmar <unknown>
Tue, 23 May 2000 15:59:25 +0000 (15:59 +0000)
committersimonmar <unknown>
Tue, 23 May 2000 15:59:25 +0000 (15:59 +0000)
Don't use commas in an SLIT("..")

ghc/compiler/rename/RnEnv.lhs

index 8c81f2e..a87d73c 100644 (file)
@@ -727,7 +727,7 @@ warnUnusedModules mods
   | otherwise                = mapRn_ (addWarnRn . unused_mod) mods
   where
     unused_mod m = ptext SLIT("Module") <+> quotes (pprModuleName m) <+> 
-                  ptext SLIT("is imported, but nothing from it is used")
+                  text "is imported, but nothing from it is used"
 
 warnUnusedLocalBinds, warnUnusedImports, warnUnusedMatches :: [Name] -> RnM d ()
 warnUnusedImports names