summaryrefslogtreecommitdiff
path: root/testsuite/tests/monadfail/MonadFailErrors.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/monadfail/MonadFailErrors.stderr')
-rw-r--r--testsuite/tests/monadfail/MonadFailErrors.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/monadfail/MonadFailErrors.stderr b/testsuite/tests/monadfail/MonadFailErrors.stderr
index 792b4808c6..7c4ec5a940 100644
--- a/testsuite/tests/monadfail/MonadFailErrors.stderr
+++ b/testsuite/tests/monadfail/MonadFailErrors.stderr
@@ -1,5 +1,5 @@
-MonadFailErrors.hs:14:5: error:
+MonadFailErrors.hs:14:5: error: [GHC-39999]
• Could not deduce ‘MonadFail m’
arising from a do statement
with the failable pattern ‘Just x’
@@ -20,7 +20,7 @@ MonadFailErrors.hs:14:5: error:
= do Just x <- undefined
undefined
-MonadFailErrors.hs:28:5: error:
+MonadFailErrors.hs:28:5: error: [GHC-39999]
• No instance for ‘MonadFail Identity’
arising from a do statement
with the failable pattern ‘Just x’
@@ -33,7 +33,7 @@ MonadFailErrors.hs:28:5: error:
= do Just x <- undefined
undefined
-MonadFailErrors.hs:42:5: error:
+MonadFailErrors.hs:42:5: error: [GHC-39999]
• No instance for ‘MonadFail ((->) r)’
arising from a do statement
with the failable pattern ‘Just x’