From 66d74f43a0c8721205f774c8789d44b7ac346555 Mon Sep 17 00:00:00 2001 From: David Waern Date: Fri, 27 Feb 2009 22:15:17 +0000 Subject: Shorten warning message --- src/Haddock/Interface/Create.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Haddock/Interface/Create.hs') diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs index d3f408fa..290d6d2c 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -240,9 +240,8 @@ warnAboutFilteredDecls mod decls = do when (not $ null instances) $ tell $ nub $ [ - "Warning: " ++ modStr ++ ": Rendering of associated types for instances has " - ++ "not yet been implemented. Associated types will not be shown for the " - ++ "following instances:\n" ++ (concat $ intersperse ", " instances) ] + "Warning: " ++ modStr ++ ": We do not support associated types in instances yet. " + ++ "These instances are affected:\n" ++ (concat $ intersperse ", " instances) ] -------------------------------------------------------------------------------- -- cgit v1.2.3