aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface
diff options
context:
space:
mode:
Diffstat (limited to 'src/Haddock/Interface')
-rw-r--r--src/Haddock/Interface/Create.hs5
1 files changed, 2 insertions, 3 deletions
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) ]
--------------------------------------------------------------------------------