[commit: haddock] master: Fix issue #281 (82ab2c0)
git at git.haskell.org
git at git.haskell.org
Sat Mar 15 18:24:54 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/82ab2c09c19641e0ea89965c9af291043798486d
>---------------------------------------------------------------
commit 82ab2c09c19641e0ea89965c9af291043798486d
Author: Niklas Haas <git at nand.wakku.to>
Date: Sat Mar 15 15:17:18 2014 +0100
Fix issue #281
This is a regression from the data family instances change. Data
instances are now distinguished from regular lists by usage of the new
class "inst", and the style has been updated to only apply to those.
I've also updated the appropriate test case to test this a bit better,
including GADT instances with GADT-style records.
>---------------------------------------------------------------
82ab2c09c19641e0ea89965c9af291043798486d
html-test/ref/TypeFamilies.html | 304 ++++++++++++++++++++++--------
html-test/src/TypeFamilies.hs | 16 +-
resources/html/Ocean.std-theme/ocean.css | 7 +-
src/Haddock/Backends/Xhtml/Decl.hs | 16 +-
src/Haddock/Backends/Xhtml/Layout.hs | 8 +-
5 files changed, 251 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 82ab2c09c19641e0ea89965c9af291043798486d
More information about the ghc-commits
mailing list