From: simonmar Date: Tue, 23 May 2000 15:59:25 +0000 (+0000) Subject: [project @ 2000-05-23 15:59:25 by simonmar] X-Git-Tag: Approximately_9120_patches~4401 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=16873c648965fb122d9525823f86662bfc3f3d77;p=ghc-hetmet.git [project @ 2000-05-23 15:59:25 by simonmar] Don't use commas in an SLIT("..") --- diff --git a/ghc/compiler/rename/RnEnv.lhs b/ghc/compiler/rename/RnEnv.lhs index 8c81f2e..a87d73c 100644 --- a/ghc/compiler/rename/RnEnv.lhs +++ b/ghc/compiler/rename/RnEnv.lhs @@ -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