summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail007.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail007.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/drvfail007.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail007.stderr b/testsuite/tests/deriving/should_fail/drvfail007.stderr
index c9d998e043..183a5ff8d5 100644
--- a/testsuite/tests/deriving/should_fail/drvfail007.stderr
+++ b/testsuite/tests/deriving/should_fail/drvfail007.stderr
@@ -1,7 +1,7 @@
drvfail007.hs:4:38:
No instance for (Eq (Int -> Int))
- arising from the first field of ‛Foo’ (type ‛Int -> Int’)
+ arising from the first field of ‘Foo’ (type ‘Int -> Int’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself