summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T20385B.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_fail/T20385B.stderr')
-rw-r--r--testsuite/tests/parser/should_fail/T20385B.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parser/should_fail/T20385B.stderr b/testsuite/tests/parser/should_fail/T20385B.stderr
index f854e2be1a..0f7c9be2d6 100644
--- a/testsuite/tests/parser/should_fail/T20385B.stderr
+++ b/testsuite/tests/parser/should_fail/T20385B.stderr
@@ -1,11 +1,11 @@
-T20385B.hs:6:1: warning: [-Wmisplaced-pragmas (in -Wdefault)]
+T20385B.hs:6:1: warning: [GHC-28007] [-Wmisplaced-pragmas (in -Wdefault)]
Misplaced LANGUAGE pragma
Suggested fix:
Perhaps you meant to place it in the module header?
The module header is the section at the top of the file, before the ‘module’ keyword
-T20385B.hs:11:9: error:
+T20385B.hs:11:9: error: [GHC-88464]
Variable not in scope: mdo :: a -> a
Suggested fixes:
• Perhaps use ‘mod’ (imported from Prelude)