[commit: ghc] wip/T12105: wip/T12105 (94c5d25)

git at git.haskell.org git at git.haskell.org
Wed May 25 21:53:20 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T12105
Link       : http://ghc.haskell.org/trac/ghc/changeset/94c5d25ff85f0ac2a9e43744660b0fe27270ca95/ghc

>---------------------------------------------------------------

commit 94c5d25ff85f0ac2a9e43744660b0fe27270ca95
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Wed May 25 00:09:34 2016 +0200

    wip/T12105
    
    updates submodule haddock


>---------------------------------------------------------------

94c5d25ff85f0ac2a9e43744660b0fe27270ca95
 compiler/deSugar/Check.hs                          |   5 +-
 compiler/deSugar/DsBinds.hs                        |   8 +-
 compiler/deSugar/DsExpr.hs                         |  14 +-
 compiler/deSugar/DsMeta.hs                         |   2 +-
 compiler/hsSyn/Convert.hs                          |  27 ++-
 compiler/hsSyn/HsBinds.hs                          |  58 +++--
 compiler/hsSyn/HsDecls.hs                          |  87 +++++---
 compiler/hsSyn/HsExpr.hs                           | 244 +++++++++++++++------
 compiler/hsSyn/HsExpr.hs-boot                      |  29 ++-
 compiler/hsSyn/HsLit.hs                            |   5 +-
 compiler/hsSyn/HsPat.hs                            |  23 +-
 compiler/hsSyn/HsPat.hs-boot                       |   5 +-
 compiler/hsSyn/HsSyn.hs                            |   3 +-
 compiler/hsSyn/HsTypes.hs                          |  58 +++--
 compiler/hsSyn/HsUtils.hs                          |  27 ++-
 compiler/hsSyn/PlaceHolder.hs                      |  10 +
 compiler/main/HscStats.hs                          |   3 +
 compiler/parser/Parser.y                           |   4 +-
 compiler/parser/RdrHsSyn.hs                        |   6 +-
 compiler/rename/RnBinds.hs                         |  16 +-
 compiler/typecheck/TcAnnotations.hs                |   4 +-
 compiler/typecheck/TcArrows.hs                     |   4 +-
 compiler/typecheck/TcBinds.hs                      |   9 +-
 compiler/typecheck/TcEnv.hs                        |   9 +-
 compiler/typecheck/TcExpr.hs                       |   3 +-
 compiler/typecheck/TcGenDeriv.hs                   |  46 ++--
 compiler/typecheck/TcInstDcls.hs                   |   5 +-
 compiler/typecheck/TcMatches.hs                    |  12 +-
 compiler/typecheck/TcMatches.hs-boot               |   4 +-
 compiler/typecheck/TcPat.hs                        |   4 +-
 compiler/typecheck/TcPatSyn.hs                     |  24 +-
 compiler/typecheck/TcRnDriver.hs                   |   3 +-
 compiler/typecheck/TcTyDecls.hs                    |   9 +-
 testsuite/tests/ghc-api/landmines/landmines.stdout |   4 +-
 utils/haddock                                      |   2 +-
 35 files changed, 518 insertions(+), 258 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 94c5d25ff85f0ac2a9e43744660b0fe27270ca95


More information about the ghc-commits mailing list