[commit: haddock] ghc-head, ghc-head1, ie_avails, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: Match new AST as per GHC wip/new-tree-one-param (1e1f85d)
git at git.haskell.org
git at git.haskell.org
Tue Nov 28 11:52:30 UTC 2017
- Previous message: [commit: haddock] ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, v2.18, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: Use NameSet for isExported check (#632) (d912ee7)
- Next message: [commit: haddock] ghc-head, ghc-head1, ie_avails, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: Rename extension index tags (a9f774f)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branches: ghc-head,ghc-head1,ie_avails,wip/T14529,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,wip/ttg6-unrevert-2017-11-22
Link : http://git.haskell.org/haddock.git/commitdiff/1e1f85d6513b84bac3ae13470900ac7c23e8640e
>---------------------------------------------------------------
commit 1e1f85d6513b84bac3ae13470900ac7c23e8640e
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
>---------------------------------------------------------------
1e1f85d6513b84bac3ae13470900ac7c23e8640e
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 1e1f85d6513b84bac3ae13470900ac7c23e8640e
- Previous message: [commit: haddock] ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, v2.18, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: Use NameSet for isExported check (#632) (d912ee7)
- Next message: [commit: haddock] ghc-head, ghc-head1, ie_avails, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: Rename extension index tags (a9f774f)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list