[commit: haddock] master: Add support for type/data families (e0718f2)
git at git.haskell.org
git at git.haskell.org
Tue Feb 11 15:59:18 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/e0718f203f2448ba2029e70d14aed075860b7fac
>---------------------------------------------------------------
commit e0718f203f2448ba2029e70d14aed075860b7fac
Author: nand <git at nand.wakku.to>
Date: Tue Feb 4 22:13:27 2014 +0100
Add support for type/data families
This adds support for type/data families with their respective
instances, as well as closed type families and associated type/data
families.
Signed-off-by: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
>---------------------------------------------------------------
e0718f203f2448ba2029e70d14aed075860b7fac
CHANGES | 2 +
doc/haddock.xml | 12 +-
html-test/ref/TypeFamilies.html | 674 +++++++++++++++++---
.../{HiddenInstancesB.html => TypeFamilies2.html} | 94 +--
html-test/ref/ocean.css | 19 +
html-test/src/TypeFamilies.hs | 76 ++-
html-test/src/TypeFamilies2.hs | 12 +
resources/html/Ocean.std-theme/ocean.css | 13 +
src/Haddock/Backends/LaTeX.hs | 16 +-
src/Haddock/Backends/Xhtml.hs | 1 +
src/Haddock/Backends/Xhtml/Decl.hs | 42 +-
src/Haddock/Backends/Xhtml/Layout.hs | 5 +
src/Haddock/Convert.hs | 34 +-
src/Haddock/GhcUtils.hs | 11 +
src/Haddock/Interface/AttachInstances.hs | 57 +-
src/Haddock/Interface/Create.hs | 122 ++--
src/Haddock/Interface/Rename.hs | 9 +-
src/Haddock/Types.hs | 22 +-
18 files changed, 924 insertions(+), 297 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 e0718f203f2448ba2029e70d14aed075860b7fac
More information about the ghc-commits
mailing list