[commit: ghc] wip/T15809: Nearly there... (3a85772)

git at git.haskell.org git at git.haskell.org
Fri Nov 16 16:55:02 UTC 2018


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

On branch  : wip/T15809
Link       : http://ghc.haskell.org/trac/ghc/changeset/3a8577202fce59cd77362486c06723b7ee5cb15a/ghc

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

commit 3a8577202fce59cd77362486c06723b7ee5cb15a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Nov 15 17:43:18 2018 +0000

    Nearly there...


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

3a8577202fce59cd77362486c06723b7ee5cb15a
 compiler/typecheck/TcGenDeriv.hs                   |   8 +-
 compiler/typecheck/TcHsType.hs                     |   2 -
 compiler/typecheck/TcInstDcls.hs                   |  12 +-
 compiler/typecheck/TcTyClsDecls.hs                 | 100 ++--------------
 compiler/typecheck/TcValidity.hs                   | 132 +++++++++++++++++----
 testsuite/tests/ghci/scripts/T6018ghcifail.stderr  |   4 +-
 .../should_fail/ExplicitForAllFams4a.stderr        |  10 +-
 .../should_fail/ExplicitForAllFams4b.stderr        |  20 ++--
 .../indexed-types/should_fail/SimpleFail13.stderr  |   2 +-
 .../indexed-types/should_fail/SimpleFail2a.hs      |  12 +-
 .../indexed-types/should_fail/SimpleFail9.stderr   |   4 +-
 .../tests/indexed-types/should_fail/T7536.stderr   |   5 +-
 testsuite/tests/polykinds/T13985.stderr            |  10 +-
 .../tests/th/TH_reifyExplicitForAllFams.stderr     |   6 +-
 .../tests/typecheck/should_fail/T6018fail.stderr   |   4 +-
 15 files changed, 169 insertions(+), 162 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 3a8577202fce59cd77362486c06723b7ee5cb15a


More information about the ghc-commits mailing list