[commit: haddock] master: Hide RHS of TFs with non-exported right hand sides (3606ad5)
git at git.haskell.org
git at git.haskell.org
Thu Mar 13 19:59:13 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/3606ad5fdb8b9c2c3f9a62de1d26702ad41f9a10
>---------------------------------------------------------------
commit 3606ad5fdb8b9c2c3f9a62de1d26702ad41f9a10
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.
>---------------------------------------------------------------
3606ad5fdb8b9c2c3f9a62de1d26702ad41f9a10
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 3606ad5fdb8b9c2c3f9a62de1d26702ad41f9a10
More information about the ghc-commits
mailing list