[commit: haddock] v2.14: Hide RHS of TFs with non-exported right hand sides (0a09910)
git at git.haskell.org
git at git.haskell.org
Thu Mar 13 19:58:42 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : v2.14
Link : http://git.haskell.org/haddock.git/commitdiff/0a09910ee19c694af6142bdf5bb782e7659f6615
>---------------------------------------------------------------
commit 0a09910ee19c694af6142bdf5bb782e7659f6615
Author: Niklas Haas <git at nand.wakku.to>
Date: Wed Mar 12 10:31:31 2014 +0100
Hide RHS of TFs with non-exported right hand sides
Not sure what to do about data families yet, since technically it would
not make a lot of sense to display constructors that cannot be used by
the user.
>---------------------------------------------------------------
0a09910ee19c694af6142bdf5bb782e7659f6615
html-test/ref/TypeFamilies2.html | 92 ++++++++++++++++++++++--------
html-test/src/TypeFamilies2.hs | 32 ++++++++---
src/Haddock/Backends/LaTeX.hs | 3 +-
src/Haddock/Backends/Xhtml/Decl.hs | 2 +-
src/Haddock/Convert.hs | 7 ++-
src/Haddock/Interface/AttachInstances.hs | 5 +-
src/Haddock/Interface/Rename.hs | 2 +-
src/Haddock/Types.hs | 6 +-
8 files changed, 105 insertions(+), 44 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 0a09910ee19c694af6142bdf5bb782e7659f6615
More information about the ghc-commits
mailing list