diff options
author | Ian Lynagh <igloo@earth.li> | 2009-02-26 00:49:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-02-26 00:49:56 +0000 |
commit | 26a30e47e491c5b6a1ba21e119c0491cf4ea0732 (patch) | |
tree | 9898083096712a07c81611265c0b3286fc067144 | |
parent | e758f65d68c1124d1c1332173d539d779a4f4d18 (diff) |
Add the module to one of haddocks warnings
-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." ] |