[commit: haddock] master: Render fixity information (17970e6)
git at git.haskell.org
git at git.haskell.org
Sat Mar 8 21:14:47 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/17970e6b6aa22962c498ce02ead8dbadad31a733
>---------------------------------------------------------------
commit 17970e6b6aa22962c498ce02ead8dbadad31a733
Author: Niklas Haas <git at nand.wakku.to>
Date: Sat Mar 8 09:42:00 2014 +0100
Render fixity information
Affects functions, type synonyms, type families, class names, data type
names, constructors, data families, associated TFs/DFs, type synonyms,
pattern synonyms and everything else I could think of.
>---------------------------------------------------------------
17970e6b6aa22962c498ce02ead8dbadad31a733
html-test/ref/Bug8.html | 6 +-
html-test/ref/Operators.html | 379 +++++++++++++++++++++++++++++++++++
html-test/src/Operators.hs | 56 ++++++
src/Haddock/Backends/Hoogle.hs | 2 +-
src/Haddock/Backends/LaTeX.hs | 11 +-
src/Haddock/Backends/Xhtml.hs | 10 +-
src/Haddock/Backends/Xhtml/Decl.hs | 175 +++++++++-------
src/Haddock/Backends/Xhtml/Utils.hs | 17 +-
src/Haddock/Interface/Create.hs | 53 +++--
src/Haddock/Interface/Rename.hs | 10 +-
src/Haddock/Types.hs | 6 +
11 files changed, 621 insertions(+), 104 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 17970e6b6aa22962c498ce02ead8dbadad31a733
More information about the ghc-commits
mailing list