diff options
Diffstat (limited to 'src/Haddock/Interface')
| -rw-r--r-- | src/Haddock/Interface/Create.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs index 8b927a68..e6c216e5 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -395,7 +395,7 @@ mkExportItems modMap this_mod exported_names decls declMap                  do tell [                        "Warning: " ++ moduleString this_mod ++ ": " ++                       pretty (nameOccName t) ++ " is listed separately in " ++ -                     "the export list, but " ++ +                     "the export list of " ++ pretty this_mod ++ ", but " ++                       "will be documented under its parent. " ++                       "Consider exporting it through the parent "++                       "export item only, for code clarity." ]  | 
