[commit: testsuite] master: Update drvfail011.stderr following #7734 fix; patch from monoidal (a6adff8)
Ian Lynagh
igloo at earth.li
Sun Mar 3 18:12:42 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a6adff8ed9fefdec73bf347a5666d7d380ec660a
>---------------------------------------------------------------
commit a6adff8ed9fefdec73bf347a5666d7d380ec660a
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Mar 3 16:31:52 2013 +0000
Update drvfail011.stderr following #7734 fix; patch from monoidal
>---------------------------------------------------------------
tests/deriving/should_fail/drvfail011.stderr | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/deriving/should_fail/drvfail011.stderr b/tests/deriving/should_fail/drvfail011.stderr
index 6ec1df7..f4b27e9 100644
--- a/tests/deriving/should_fail/drvfail011.stderr
+++ b/tests/deriving/should_fail/drvfail011.stderr
@@ -3,7 +3,7 @@ drvfail011.hs:8:1:
No instance for (Eq a) arising from a use of â==â
Possible fix: add (Eq a) to the context of the instance declaration
In the expression: ((a1 == b1))
- In an equation for â==â: == (T1 a1) (T1 b1) = ((a1 == b1))
+ In an equation for â==â: (==) (T1 a1) (T1 b1) = ((a1 == b1))
When typechecking the code for â==â
in a standalone derived instance for âEq (T a)â:
To see the code I am typechecking, use -ddump-deriv
More information about the ghc-commits
mailing list