diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T2851.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T2851.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_fail/T2851.stderr b/testsuite/tests/deriving/should_fail/T2851.stderr index c7a3bf59aa..780e16cbb7 100644 --- a/testsuite/tests/deriving/should_fail/T2851.stderr +++ b/testsuite/tests/deriving/should_fail/T2851.stderr @@ -1,7 +1,7 @@ T2851.hs:9:15: No instance for (Show (F a)) - arising from the first field of ‛D’ (type ‛F a’) + arising from the first field of ‘D’ (type ‘F a’) Possible fix: use a standalone 'deriving instance' declaration, so you can specify the instance context yourself |