[commit: ghc] ghc-7.8: Fix T7438 output (03e368e)
git at git.haskell.org
git at git.haskell.org
Thu Jul 3 22:26:35 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/03e368e2daebeb7534fab8681a76068ede681913/ghc
>---------------------------------------------------------------
commit 03e368e2daebeb7534fab8681a76068ede681913
Author: Austin Seipp <austin at well-typed.com>
Date: Thu Jul 3 16:35:21 2014 -0500
Fix T7438 output
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
03e368e2daebeb7534fab8681a76068ede681913
testsuite/tests/polykinds/T7438.stderr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/polykinds/T7438.stderr b/testsuite/tests/polykinds/T7438.stderr
index 92e01e7..b20233c 100644
--- a/testsuite/tests/polykinds/T7438.stderr
+++ b/testsuite/tests/polykinds/T7438.stderr
@@ -4,7 +4,7 @@ T7438.hs:6:14:
‘t’ is untouchable
inside the constraints (t2 ~ t3)
bound by a pattern with constructor
- Nil :: forall (a :: k). Thrist a a,
+ Nil :: forall (k :: BOX) (a :: k). Thrist a a,
in an equation for ‘go’
at T7438.hs:6:4-6
‘t’ is a rigid type variable bound by
More information about the ghc-commits
mailing list