summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod87.stderr
diff options
context:
space:
mode:
authorSoham Chowdhury <evertedsphere@gmail.com>2023-04-24 20:14:33 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-04-25 00:15:22 -0400
commit0da9e88273a0ffb13132631fb5ea526ea9efeeb9 (patch)
tree1c4414e9a2dfec8c514cf3f81cfda266f2cd778c /testsuite/tests/module/mod87.stderr
parent1a10f55657a4fc0391a726646552171d5bc7798f (diff)
downloadhaskell-0da9e88273a0ffb13132631fb5ea526ea9efeeb9.tar.gz
More informative errors for bad imports (#21826)
Diffstat (limited to 'testsuite/tests/module/mod87.stderr')
-rw-r--r--testsuite/tests/module/mod87.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod87.stderr b/testsuite/tests/module/mod87.stderr
index 0090030078..16a833b705 100644
--- a/testsuite/tests/module/mod87.stderr
+++ b/testsuite/tests/module/mod87.stderr
@@ -2,5 +2,5 @@
mod87.hs:4:5: error: [GHC-88464]
Data constructor not in scope: Left :: GHC.Types.Char -> t
Suggested fix:
- Perhaps you want to add ‘Left’ to the import list in the import of
- ‘Prelude’ (mod87.hs:3:1-22).
+ Add ‘Left’ to the import list in the import of ‘Prelude’
+ (at mod87.hs:3:1-22).