[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
Mon Nov 20 21:08:08 UTC 2017
- Previous message: [commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, v2.18, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Consequently use inClass and notInClass in haddock-library (#617) (c836dd4)
- Next message: [commit: haddock] wip/new-tree-one-param: Match new AST as per GHC wip/new-tree-one-param (219d5c8)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, v2.18, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Consequently use inClass and notInClass in haddock-library (#617) (c836dd4)
- Next message: [commit: haddock] wip/new-tree-one-param: Match new AST as per GHC wip/new-tree-one-param (219d5c8)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list