[commit: haddock] wip/new-tree-one-param: Match new AST as per GHC wip/new-tree-one-param (219d5c8)
git at git.haskell.org
git at git.haskell.org
Tue Nov 28 11:52:08 UTC 2017
Repository : ssh://git@git.haskell.org/haddock
On branch : wip/new-tree-one-param
Link : http://git.haskell.org/haddock.git/commitdiff/219d5c8e227b6da12a0cef4857b28d1cdcc69a51
>---------------------------------------------------------------
commit 219d5c8e227b6da12a0cef4857b28d1cdcc69a51
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Tue May 23 23:16:32 2017 +0200
Match new AST as per GHC wip/new-tree-one-param
See https://ghc.haskell.org/trac/ghc/wiki/ImplementingTreesThatGrow
>---------------------------------------------------------------
219d5c8e227b6da12a0cef4857b28d1cdcc69a51
haddock-api/src/Haddock/Backends/Hoogle.hs | 24 ++--
.../src/Haddock/Backends/Hyperlinker/Ast.hs | 25 ++--
haddock-api/src/Haddock/Backends/LaTeX.hs | 94 +++++++--------
haddock-api/src/Haddock/Backends/Xhtml.hs | 14 +--
haddock-api/src/Haddock/Backends/Xhtml/Decl.hs | 134 ++++++++++-----------
haddock-api/src/Haddock/Convert.hs | 40 +++---
haddock-api/src/Haddock/GhcUtils.hs | 26 ++--
haddock-api/src/Haddock/Interface.hs | 2 +-
.../src/Haddock/Interface/AttachInstances.hs | 7 +-
haddock-api/src/Haddock/Interface/Create.hs | 67 ++++++-----
haddock-api/src/Haddock/Interface/Rename.hs | 86 ++++++-------
haddock-api/src/Haddock/Interface/Specialize.hs | 54 ++++-----
haddock-api/src/Haddock/Types.hs | 66 +++++-----
haddock-api/src/Haddock/Utils.hs | 20 +--
14 files changed, 329 insertions(+), 330 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 219d5c8e227b6da12a0cef4857b28d1cdcc69a51
More information about the ghc-commits
mailing list