summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail013.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail013.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/drvfail013.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail013.stderr b/testsuite/tests/deriving/should_fail/drvfail013.stderr
index 8f16d0d098..bacbb7c9e8 100644
--- a/testsuite/tests/deriving/should_fail/drvfail013.stderr
+++ b/testsuite/tests/deriving/should_fail/drvfail013.stderr
@@ -1,5 +1,5 @@
-drvfail013.hs:4:70: error:
+drvfail013.hs:4:70: error: [GHC-39999]
• No instance for ‘Eq (m (Maybe a))’
arising from the 'deriving' clause of a data type declaration
Possible fix:
@@ -7,7 +7,7 @@ drvfail013.hs:4:70: error:
so you can specify the instance context yourself
• When deriving the instance for (Eq (MaybeT m a))
-drvfail013.hs:6:70: error:
+drvfail013.hs:6:70: error: [GHC-39999]
• No instance for ‘Eq (m (Maybe a))’
arising from the first field of ‘MaybeT'’ (type ‘m (Maybe a)’)
Possible fix: