diff options
author | Soham Chowdhury <evertedsphere@gmail.com> | 2023-04-24 20:14:33 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-04-25 00:15:22 -0400 |
commit | 0da9e88273a0ffb13132631fb5ea526ea9efeeb9 (patch) | |
tree | 1c4414e9a2dfec8c514cf3f81cfda266f2cd778c /testsuite/tests/module/mod88.stderr | |
parent | 1a10f55657a4fc0391a726646552171d5bc7798f (diff) | |
download | haskell-0da9e88273a0ffb13132631fb5ea526ea9efeeb9.tar.gz |
More informative errors for bad imports (#21826)
Diffstat (limited to 'testsuite/tests/module/mod88.stderr')
-rw-r--r-- | testsuite/tests/module/mod88.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod88.stderr b/testsuite/tests/module/mod88.stderr index 81c758f8b0..8d6ae082d3 100644 --- a/testsuite/tests/module/mod88.stderr +++ b/testsuite/tests/module/mod88.stderr @@ -2,5 +2,5 @@ mod88.hs:5:5: error: [GHC-76037] Not in scope: data constructor ‘Prelude.Left’ Suggested fix: - Perhaps you want to add ‘Left’ to the import list in the import of - ‘Prelude’ (mod88.hs:4:1-30). + Add ‘Left’ to the import list in the import of ‘Prelude’ + (at mod88.hs:4:1-30). |