[commit: haddock] orf: Support for OverloadedRecordFields (95ea70a)
git at git.haskell.org
git at git.haskell.org
Tue Apr 22 09:00:31 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : orf
Link : http://git.haskell.org/haddock.git/commitdiff/95ea70a1cd2f38dc5a8d0de6e30d6e4f77dff118
>---------------------------------------------------------------
commit 95ea70a1cd2f38dc5a8d0de6e30d6e4f77dff118
Author: Austin Seipp <aseipp at pobox.com>
Date: Tue Apr 22 02:15:53 2014 -0500
Support for OverloadedRecordFields
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
95ea70a1cd2f38dc5a8d0de6e30d6e4f77dff118
.../ref/{Bug6.html => OverloadedRecordFields.html} | 258 ++++++++------------
html-test/src/OverloadedRecordFields.hs | 26 ++
src/Haddock/Backends/Hoogle.hs | 2 +-
src/Haddock/Backends/LaTeX.hs | 37 ++-
src/Haddock/Backends/Xhtml.hs | 3 +-
src/Haddock/Backends/Xhtml/Decl.hs | 21 +-
src/Haddock/Backends/Xhtml/Names.hs | 9 +-
src/Haddock/Convert.hs | 6 +-
src/Haddock/Interface/Create.hs | 24 +-
src/Haddock/Interface/LexParseRn.hs | 45 ++--
src/Haddock/Interface/Rename.hs | 9 +-
src/Haddock/InterfaceFile.hs | 6 +-
src/Haddock/Types.hs | 14 ++
src/Haddock/Utils.hs | 4 +-
14 files changed, 244 insertions(+), 220 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 95ea70a1cd2f38dc5a8d0de6e30d6e4f77dff118
More information about the ghc-commits
mailing list