[commit: ghc] wip/T15809: More wibbles (a58cbf1)
git at git.haskell.org
git at git.haskell.org
Mon Nov 26 17:50:24 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/a58cbf13979d9cd204f4b4b7c343b77fe838a90a/ghc
>---------------------------------------------------------------
commit a58cbf13979d9cd204f4b4b7c343b77fe838a90a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Nov 26 17:47:02 2018 +0000
More wibbles
and rebase on today's master
>---------------------------------------------------------------
a58cbf13979d9cd204f4b4b7c343b77fe838a90a
compiler/basicTypes/OccName.hs | 5 +++
compiler/typecheck/TcInstDcls.hs | 2 +-
compiler/typecheck/TcSigs.hs | 4 +--
compiler/typecheck/TcSplice.hs | 3 +-
compiler/typecheck/TcTyClsDecls.hs | 40 ++++++++++++----------
compiler/typecheck/TcValidity.hs | 3 +-
compiler/types/Coercion.hs | 4 +--
compiler/types/FamInstEnv.hs | 21 ++++++++++--
compiler/types/Type.hs | 39 +++++++++++----------
compiler/utils/FastString.hs | 4 +++
testsuite/tests/dependent/should_compile/T13910.hs | 10 +-----
testsuite/tests/dependent/should_compile/T15725.hs | 6 ++--
testsuite/tests/ghci/scripts/T6018ghcifail.stderr | 2 +-
.../indexed-types/should_compile/T15852.stderr | 8 ++---
.../should_fail/ExplicitForAllFams4b.hs | 6 ++--
.../tests/indexed-types/should_fail/T12041.stderr | 5 ++-
.../tests/indexed-types/should_fail/T9160.stderr | 5 ++-
testsuite/tests/polykinds/T14450.stderr | 5 ++-
.../tests/typecheck/should_fail/T6018fail.stderr | 2 +-
19 files changed, 98 insertions(+), 76 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 a58cbf13979d9cd204f4b4b7c343b77fe838a90a
More information about the ghc-commits
mailing list