[commit: ghc] wip/T11067: Wibbles (00b1594)

git at git.haskell.org git at git.haskell.org
Fri Nov 27 17:32:21 UTC 2015


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

On branch  : wip/T11067
Link       : http://ghc.haskell.org/trac/ghc/changeset/00b15941cfed5abc5d62d9b8f2477aec2d6f6cf5/ghc

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

commit 00b15941cfed5abc5d62d9b8f2477aec2d6f6cf5
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Nov 27 17:31:56 2015 +0000

    Wibbles


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

00b15941cfed5abc5d62d9b8f2477aec2d6f6cf5
 compiler/main/DynFlags.hs                          |   2 +
 compiler/typecheck/TcSimplify.hs                   |   6 +-
 compiler/typecheck/TcTyClsDecls.hs                 |  13 +-
 compiler/typecheck/TcTyDecls.hs                    | 170 ++++++++-------------
 libraries/ghc-prim/GHC/Classes.hs                  |   3 +-
 .../tests/simplCore/should_compile/T4398.stderr    |  20 +--
 testsuite/tests/typecheck/should_compile/T10100.hs |   1 +
 testsuite/tests/typecheck/should_compile/T10109.hs |   1 +
 testsuite/tests/typecheck/should_compile/T10564.hs |   1 +
 .../tests/typecheck/should_compile/T9939.stderr    |  31 ++--
 testsuite/tests/typecheck/should_compile/tc256.hs  |   2 +-
 .../should_fail/CustomTypeErrors02.stderr          |  12 +-
 testsuite/tests/typecheck/should_fail/T5853.stderr |  30 ++--
 testsuite/tests/typecheck/should_fail/T8883.stderr |  12 +-
 testsuite/tests/typecheck/should_fail/T9415.stderr |  16 +-
 testsuite/tests/typecheck/should_fail/T9739.stderr |  18 ++-
 .../tests/typecheck/should_fail/tcfail027.stderr   |  16 +-
 .../tests/typecheck/should_fail/tcfail216.stderr   |   7 +-
 .../tests/typecheck/should_fail/tcfail217.stderr   |   7 +-
 19 files changed, 164 insertions(+), 204 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 00b15941cfed5abc5d62d9b8f2477aec2d6f6cf5


More information about the ghc-commits mailing list