[commit: ghc] ghc-8.0: TcErrors: Fix plural form of "instance" error (503acfa)
git at git.haskell.org
git at git.haskell.org
Thu Feb 11 15:30:21 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/503acfae6b0eda3b38a0d048cc5678bec07e40d4/ghc
>---------------------------------------------------------------
commit 503acfae6b0eda3b38a0d048cc5678bec07e40d4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Feb 9 14:39:39 2016 +0100
TcErrors: Fix plural form of "instance" error
Previously "types" was inappropriately made plural instead of
"instance",
instance Eq Ordering -- Defined in ‘GHC.Classes’
...plus 24 others
...plus 13 instance involving out-of-scope typess
(cherry picked from commit c8702e3092250b89f60ad3fe7c71c627e5f388f6)
>---------------------------------------------------------------
503acfae6b0eda3b38a0d048cc5678bec07e40d4
compiler/typecheck/TcErrors.hs | 4 ++--
testsuite/tests/annotations/should_fail/annfail10.stderr | 4 ++--
testsuite/tests/ghci.debugger/scripts/break006.stderr | 4 ++--
testsuite/tests/ghci.debugger/scripts/print019.stderr | 2 +-
.../overloadedlists/should_fail/overloadedlistsfail01.stderr | 2 +-
testsuite/tests/quotes/TH_localname.stderr | 2 +-
testsuite/tests/typecheck/should_compile/holes2.stderr | 2 +-
testsuite/tests/typecheck/should_fail/T10971b.stderr | 8 ++++----
testsuite/tests/typecheck/should_fail/T5095.stderr | 2 +-
testsuite/tests/typecheck/should_fail/tcfail072.stderr | 4 ++--
testsuite/tests/typecheck/should_fail/tcfail133.stderr | 2 +-
11 files changed, 18 insertions(+), 18 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 503acfae6b0eda3b38a0d048cc5678bec07e40d4
More information about the ghc-commits
mailing list