aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockHtml.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/HaddockHtml.hs')
-rw-r--r--src/HaddockHtml.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HaddockHtml.hs b/src/HaddockHtml.hs
index f6a9bdd5..fc65c4a1 100644
--- a/src/HaddockHtml.hs
+++ b/src/HaddockHtml.hs
@@ -294,7 +294,7 @@ ppHtmlIndex odir doctitle ifaces = do
<-> td << (hsep [ if defining then
bold << linkId (Module mdl) (Just nm) << toHtml mdl
else
- linkId (Module mdl) Nothing << toHtml mdl
+ linkId (Module mdl) (Just nm) << toHtml mdl
| (Module mdl, defining) <- entries ])
initialChars = [ 'A'..'Z' ] ++ ":!#$%&*+./<=>?@\\^|-~"