[commit: haddock] ghc-head, ghc-head1, headdock-library-1.4.5, 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: Move `DocMarkup` from haddock-api to haddock-library (#659) (3d3166d)
git at git.haskell.org
git at git.haskell.org
Tue Nov 28 11:53:34 UTC 2017
- Previous message: [commit: haddock] ghc-head, ghc-head1, headdock-library-1.4.5, 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: Bump haddock to 2.18.2, haddock-library to 1.4.5 (c635a56)
- Next message: [commit: haddock] ghc-head, ghc-head1, headdock-library-1.4.5, 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: Fixup haddock (1ca3ff6)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branches: ghc-head,ghc-head1,headdock-library-1.4.5,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/3d3166d75c0012112a49fee4c2f6cbf82de383fa
>---------------------------------------------------------------
commit 3d3166d75c0012112a49fee4c2f6cbf82de383fa
Author: Alexander Biehl <alexbiehl at gmail.com>
Date: Mon Jul 31 20:15:32 2017 +0200
Move `DocMarkup` from haddock-api to haddock-library (#659)
* Move `DocMarkup` from haddock-api to haddock-library
* Move more markup related functions
* Markup module
* CHANGELOG
>---------------------------------------------------------------
3d3166d75c0012112a49fee4c2f6cbf82de383fa
CHANGES.md | 2 +
haddock-api/haddock-api.cabal | 2 +-
haddock-api/src/Documentation/Haddock.hs | 6 +-
haddock-api/src/Haddock/Backends/Hoogle.hs | 1 +
haddock-api/src/Haddock/Backends/LaTeX.hs | 1 +
.../src/Haddock/Backends/Xhtml/DocMarkup.hs | 1 +
haddock-api/src/Haddock/Types.hs | 30 +---------
haddock-api/src/Haddock/Utils.hs | 67 ----------------------
haddock-library/haddock-library.cabal | 3 +-
.../src/Documentation/Haddock/Markup.hs | 59 +++++++++++++++++++
haddock-library/src/Documentation/Haddock/Types.hs | 27 +++++++++
11 files changed, 99 insertions(+), 100 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 3d3166d75c0012112a49fee4c2f6cbf82de383fa
- Previous message: [commit: haddock] ghc-head, ghc-head1, headdock-library-1.4.5, 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: Bump haddock to 2.18.2, haddock-library to 1.4.5 (c635a56)
- Next message: [commit: haddock] ghc-head, ghc-head1, headdock-library-1.4.5, 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: Fixup haddock (1ca3ff6)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list