diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-17 19:10:29 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-17 19:10:29 +0100 |
commit | 8739a6bd59f562bb550c915f1d2b2a327b748572 (patch) | |
tree | 6ce78264c2b2e1103209c70f3560b816f884937e /src/Haddock/Backends/Xhtml.hs | |
parent | ab24835eadb99059934d7a14f86564eea6449257 (diff) |
Fix build
Diffstat (limited to 'src/Haddock/Backends/Xhtml.hs')
-rw-r--r-- | src/Haddock/Backends/Xhtml.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml.hs b/src/Haddock/Backends/Xhtml.hs index d3d3c79c..600a5362 100644 --- a/src/Haddock/Backends/Xhtml.hs +++ b/src/Haddock/Backends/Xhtml.hs @@ -571,7 +571,7 @@ processForMiniSynopsis mdl unicode _ (ExportDecl (L _loc decl0) _doc _ _insts) = _ -> [] processForMiniSynopsis _ _ qual (ExportGroup lvl _id txt) = [groupTag lvl << docToHtml qual txt] -processForMiniSynopsis _ _ _ = [] +processForMiniSynopsis _ _ _ _ = [] ppNameMini :: Module -> OccName -> Html |