aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-02-26 00:49:56 +0000
committerIan Lynagh <igloo@earth.li>2009-02-26 00:49:56 +0000
commit26a30e47e491c5b6a1ba21e119c0491cf4ea0732 (patch)
tree9898083096712a07c81611265c0b3286fc067144 /src
parente758f65d68c1124d1c1332173d539d779a4f4d18 (diff)
Add the module to one of haddocks warnings
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." ]