summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail001.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail001.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/drvfail001.stderr14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail001.stderr b/testsuite/tests/deriving/should_fail/drvfail001.stderr
index 7f89e8c52b..1422723245 100644
--- a/testsuite/tests/deriving/should_fail/drvfail001.stderr
+++ b/testsuite/tests/deriving/should_fail/drvfail001.stderr
@@ -1,8 +1,8 @@
-drvfail001.hs:16:33:
- No instance for (Show (f (f a)))
- arising from the first field of ‘ZeroS’ (type ‘f (f a)’)
- Possible fix:
- use a standalone 'deriving instance' declaration,
- so you can specify the instance context yourself
- When deriving the instance for (Show (SM f a))
+drvfail001.hs:16:33: error:
+ • No instance for ‘Show (f (f a))’
+ arising from the first field of ‘ZeroS’ (type ‘f (f a)’)
+ Possible fix:
+ use a standalone 'deriving instance' declaration,
+ so you can specify the instance context yourself
+ • When deriving the instance for (Show (SM f a))