[commit: ghc] wip/T13594: Fix #13594 (7b8ba36)

git at git.haskell.org git at git.haskell.org
Tue Apr 25 18:20:56 UTC 2017


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

On branch  : wip/T13594
Link       : http://ghc.haskell.org/trac/ghc/changeset/7b8ba36eea15a929d08af0fbd82a8408a58f17b0/ghc

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

commit 7b8ba36eea15a929d08af0fbd82a8408a58f17b0
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Apr 21 16:32:36 2017 -0400

    Fix #13594


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

7b8ba36eea15a929d08af0fbd82a8408a58f17b0
 compiler/deSugar/Check.hs                       |  6 +++---
 compiler/deSugar/DsBinds.hs                     |  4 ++--
 compiler/deSugar/DsExpr.hs                      |  2 +-
 compiler/hsSyn/Convert.hs                       |  6 +++---
 compiler/hsSyn/HsBinds.hs                       |  4 ++++
 compiler/hsSyn/HsExpr.hs                        | 16 +++++++++-------
 compiler/hsSyn/HsUtils.hs                       |  2 +-
 compiler/parser/Parser.y                        | 22 ++++++++++++----------
 compiler/parser/RdrHsSyn.hs                     | 16 +++++++++-------
 compiler/rename/RnBinds.hs                      |  8 ++++----
 compiler/typecheck/TcGenDeriv.hs                | 10 +++++-----
 compiler/typecheck/TcGenFunctor.hs              | 12 ++++++------
 compiler/typecheck/TcInstDcls.hs                |  2 +-
 compiler/typecheck/TcMatches.hs                 |  2 +-
 compiler/typecheck/TcPatSyn.hs                  |  4 ++--
 compiler/typecheck/TcRnDriver.hs                |  2 +-
 compiler/typecheck/TcTyDecls.hs                 |  4 ++--
 testsuite/tests/parser/should_compile/T13594.hs |  7 +++++++
 testsuite/tests/parser/should_compile/all.T     |  1 +
 19 files changed, 74 insertions(+), 56 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 7b8ba36eea15a929d08af0fbd82a8408a58f17b0


More information about the ghc-commits mailing list