From 26a30e47e491c5b6a1ba21e119c0491cf4ea0732 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 26 Feb 2009 00:49:56 +0000 Subject: Add the module to one of haddocks warnings --- src/Haddock/Interface/Create.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Haddock/Interface/Create.hs') 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." ] -- cgit v1.2.3