aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Haddock/Interface/Create.hs2
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." ]