diff options
Diffstat (limited to 'src/Haddock/Backends')
| -rw-r--r-- | src/Haddock/Backends/Xhtml/Decl.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml/Decl.hs b/src/Haddock/Backends/Xhtml/Decl.hs index 71bcd581..28955c22 100644 --- a/src/Haddock/Backends/Xhtml/Decl.hs +++ b/src/Haddock/Backends/Xhtml/Decl.hs @@ -164,7 +164,7 @@ ppTyFamHeader summary associated decl unicode qual =    ppTyClBinderWithVars summary decl <+>    case tcdKindSig decl of -    Just kind -> dcolon unicode  <+> ppLKind unicode qual kind +    Just (HsBSig kind _) -> dcolon unicode  <+> ppLKind unicode qual kind      Nothing -> noHtml  | 
