[commit: haddock] v2.14: Fix issue #281 (40d2b41)
git at git.haskell.org
git at git.haskell.org
Sat Mar 15 18:25:17 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : v2.14
Link : http://git.haskell.org/haddock.git/commitdiff/40d2b4190c541ec7bb6a92e7c75cff02ef01d82b
>---------------------------------------------------------------
commit 40d2b4190c541ec7bb6a92e7c75cff02ef01d82b
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.
>---------------------------------------------------------------
40d2b4190c541ec7bb6a92e7c75cff02ef01d82b
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 40d2b4190c541ec7bb6a92e7c75cff02ef01d82b
More information about the ghc-commits
mailing list