diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-11 16:06:45 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-11 16:06:45 +0200 |
commit | d7ef90898c6d8ddeae23caf0f9fb68c25537dcd0 (patch) | |
tree | 5b567cb42f0a94a52131d6859e95862c4912708b /haddock-api/src/Haddock/Backends/Xhtml/Decl.hs | |
parent | 9760ee9efe22f0256d626bc567a7adfc754e9066 (diff) | |
parent | 30f20af8c948f2c59799a16293c7c62508a7987b (diff) |
Merge remote-tracking branch 'RyanGlScott/ghc-head' into ghc-head
Diffstat (limited to 'haddock-api/src/Haddock/Backends/Xhtml/Decl.hs')
-rw-r--r-- | haddock-api/src/Haddock/Backends/Xhtml/Decl.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock-api/src/Haddock/Backends/Xhtml/Decl.hs b/haddock-api/src/Haddock/Backends/Xhtml/Decl.hs index fab6bf8d..2bd8c4ad 100644 --- a/haddock-api/src/Haddock/Backends/Xhtml/Decl.hs +++ b/haddock-api/src/Haddock/Backends/Xhtml/Decl.hs @@ -54,6 +54,7 @@ ppDecl summ links (L loc decl) (mbDoc, fnArgsDoc) instances fixities subdocs spl ty fixities splice unicode qual ForD d -> ppFor summ links loc (mbDoc, fnArgsDoc) d fixities splice unicode qual InstD _ -> noHtml + DerivD _ -> noHtml _ -> error "declaration not supported by ppDecl" |