X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Frename%2FRnNames.lhs;h=658028c3f30f1943b23c5e27e81eb06a5d1b8bfd;hp=654c101cd545e576875b312916f98c4139300d63;hb=273be06fa7cb1297284dbb553ecc9be7d07df6af;hpb=5c9c3660697f18ae9dcd95e254249d3dd908b94e diff --git a/compiler/rename/RnNames.lhs b/compiler/rename/RnNames.lhs index 654c101..658028c 100644 --- a/compiler/rename/RnNames.lhs +++ b/compiler/rename/RnNames.lhs @@ -325,7 +325,7 @@ importsFromImportDecl this_mod returnM (gbl_env, imports) warnRedundantSourceImport mod_name - = ptext SLIT("Unnecessary {- SOURCE -} in the import of module") + = ptext SLIT("Unnecessary {-# SOURCE #-} in the import of module") <+> quotes (ppr mod_name) \end{code}