diff options
-rw-r--r-- | ghc/compiler/rename/RnEnv.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/rename/RnEnv.lhs b/ghc/compiler/rename/RnEnv.lhs index 8c81f2e3d1..a87d73c52c 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 |