diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail003.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/drvfail003.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail003.stderr b/testsuite/tests/deriving/should_fail/drvfail003.stderr index a2493f3f1e..6e06abf3b5 100644 --- a/testsuite/tests/deriving/should_fail/drvfail003.stderr +++ b/testsuite/tests/deriving/should_fail/drvfail003.stderr @@ -1,7 +1,7 @@ drvfail003.hs:16:56: No instance for (Show (v (v a))) - arising from the first field of ‛End’ (type ‛v (v a)’) + arising from the first field of ‘End’ (type ‘v (v a)’) Possible fix: use a standalone 'deriving instance' declaration, so you can specify the instance context yourself |