From e09ee2fa2c8b1e74e8df8e60182ef5b6438a5d45 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 24 Jan 2009 17:48:03 +0000 Subject: Correct comment --- src/Haddock/Interface/Create.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Haddock/Interface/Create.hs') diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs index c2932021..5d41fef2 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -385,8 +385,8 @@ mkExportItems modMap this_mod exported_names decls declMap | otherwise -> return [ mkExportDecl t x ] Nothing -> -- If we can't find the declaration, it must belong to another package. - -- We return an 'ExportNoDecl', and we try to get the subs from the - -- installed interface of that package. + -- We return just the name of the declaration and try to get the subs + -- from the installed interface of that package. case Map.lookup (nameModule t) instIfaceMap of Nothing -> return [ ExportNoDecl t [] ] Just iface -> -- cgit v1.2.3