[commit: haddock] ghc-head, ghc-head1, ie_avails, master, 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: Refactoring: Make doc renaming monadic (f7032e5)
git at git.haskell.org
git at git.haskell.org
Tue Nov 28 11:53:57 UTC 2017
- Previous message: [commit: haddock] ghc-head, ghc-head1, ie_avails, master, 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: Bifoldable and Bitraversable for DocH and MetaDoc (2ad45f6)
- Next message: [commit: haddock] ghc-head, ghc-head1, ie_avails, master, 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: Hyperlinker: Avoid linear lookup in enrichToken (#669) (740458a)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branches: ghc-head,ghc-head1,ie_avails,master,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/f7032e5e48c7a6635e1dca607a37a16c8893e94b
>---------------------------------------------------------------
commit f7032e5e48c7a6635e1dca607a37a16c8893e94b
Author: alexbiehl <alex.biehl at gmail.com>
Date: Wed Aug 16 09:06:40 2017 +0200
Refactoring: Make doc renaming monadic
This allows us to later throw warnings if can't find an identifier
>---------------------------------------------------------------
f7032e5e48c7a6635e1dca607a37a16c8893e94b
haddock-api/src/Haddock/Interface/Create.hs | 127 ++++++++++++---------
haddock-api/src/Haddock/Interface/LexParseRn.hs | 81 ++++++-------
haddock-library/src/Documentation/Haddock/Types.hs | 3 +
3 files changed, 116 insertions(+), 95 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 f7032e5e48c7a6635e1dca607a37a16c8893e94b
- Previous message: [commit: haddock] ghc-head, ghc-head1, ie_avails, master, 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: Bifoldable and Bitraversable for DocH and MetaDoc (2ad45f6)
- Next message: [commit: haddock] ghc-head, ghc-head1, ie_avails, master, 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: Hyperlinker: Avoid linear lookup in enrichToken (#669) (740458a)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list