[commit: haddock] wip/orf-new: Implement OverloadedRecordFields extension (b0e3edf)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:31:53 UTC 2015
- Previous message: [commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, wip/10268, wip/10313, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T8584, wip/T9840, wip/api-ann-hstylit, wip/api-ann-hstylit-1, wip/api-ann-hstylit-2, wip/api-ann-hstylit-3, wip/api-ann-hstylit-4, wip/api-ann-hstylit-5, wip/ast-prepare-annotations, wip/ast-prepare-annotations-final, wip/ast-prepare-annotations-final2, wip/ast-prepare-annotations-final3, wip/ast-prepare-annotations-final4, wip/ast-prepare-annotations-final5, wip/ast-prepare-annotations-final6, wip/orf-reboot, wip/pattern-synonyms, wip/rae, wip/trac-9744: Add .arclint file. (c3f27a9)
- Next message: [commit: haddock] wip/ast-annotations-separate: Make name in IEVar located for pattern annotations (54f89f9)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branch : wip/orf-new
Link : http://git.haskell.org/haddock.git/commitdiff/b0e3edfc12754e264846f5863351755c3436ddb5
>---------------------------------------------------------------
commit b0e3edfc12754e264846f5863351755c3436ddb5
Author: Adam Gundry <adam at well-typed.com>
Date: Tue Oct 21 09:56:40 2014 +0100
Implement OverloadedRecordFields extension
See the wiki for more information:
https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields
>---------------------------------------------------------------
b0e3edfc12754e264846f5863351755c3436ddb5
.../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/GhcUtils.hs | 8 -
src/Haddock/Interface/Create.hs | 24 +-
src/Haddock/Interface/LexParseRn.hs | 45 ++--
src/Haddock/Interface/Rename.hs | 8 +-
src/Haddock/InterfaceFile.hs | 8 +-
src/Haddock/Types.hs | 14 ++
src/Haddock/Utils.hs | 4 +-
15 files changed, 244 insertions(+), 229 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 b0e3edfc12754e264846f5863351755c3436ddb5
- Previous message: [commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, wip/10268, wip/10313, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T8584, wip/T9840, wip/api-ann-hstylit, wip/api-ann-hstylit-1, wip/api-ann-hstylit-2, wip/api-ann-hstylit-3, wip/api-ann-hstylit-4, wip/api-ann-hstylit-5, wip/ast-prepare-annotations, wip/ast-prepare-annotations-final, wip/ast-prepare-annotations-final2, wip/ast-prepare-annotations-final3, wip/ast-prepare-annotations-final4, wip/ast-prepare-annotations-final5, wip/ast-prepare-annotations-final6, wip/orf-reboot, wip/pattern-synonyms, wip/rae, wip/trac-9744: Add .arclint file. (c3f27a9)
- Next message: [commit: haddock] wip/ast-annotations-separate: Make name in IEVar located for pattern annotations (54f89f9)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list