summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T11071a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/T11071a.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/T11071a.stderr18
1 files changed, 9 insertions, 9 deletions
diff --git a/testsuite/tests/rename/should_fail/T11071a.stderr b/testsuite/tests/rename/should_fail/T11071a.stderr
index 6ab683b74b..631dd7291e 100644
--- a/testsuite/tests/rename/should_fail/T11071a.stderr
+++ b/testsuite/tests/rename/should_fail/T11071a.stderr
@@ -2,8 +2,8 @@
T11071a.hs:12:12: error: [GHC-88464]
Variable not in scope: intersperse
Suggested fix:
- Perhaps you want to add ‘intersperse’ to the import list
- in the import of ‘Data.List’ (T11071a.hs:3:1-24).
+ Add ‘intersperse’ to the import list in the import of ‘Data.List’
+ (at T11071a.hs:3:1-24).
T11071a.hs:13:12: error: [GHC-88464]
Variable not in scope: foldl'
@@ -11,20 +11,20 @@ T11071a.hs:13:12: error: [GHC-88464]
• Perhaps use one of these:
‘foldl’ (imported from Prelude), ‘foldl1’ (imported from Prelude),
‘foldr’ (imported from Prelude)
- • Perhaps you want to add ‘foldl'’ to one of these import lists:
- ‘Data.List’ (T11071a.hs:3:1-24)
- ‘Data.IntMap’ (T11071a.hs:4:1-21)
+ • Add ‘foldl'’ to one of these import lists:
+ ‘Data.List’ (at T11071a.hs:3:1-24)
+ ‘Data.IntMap’ (at T11071a.hs:4:1-21)
T11071a.hs:14:12: error: [GHC-88464]
Data constructor not in scope: Down
Suggested fix:
- Perhaps you want to remove ‘Down’ from the explicit hiding list
- in the import of ‘Data.Ord’ (T11071a.hs:5:1-29).
+ Remove ‘Down’ from the explicit hiding list in the import of
+ ‘Data.Ord’ (at T11071a.hs:5:1-29).
T11071a.hs:15:12: error: [GHC-88464]
Data constructor not in scope: True
Suggested fix:
- Perhaps you want to remove ‘True’ from the explicit hiding list
- in the import of ‘Prelude’ (T11071a.hs:6:1-28).
+ Remove ‘True’ from the explicit hiding list in the import of
+ ‘Prelude’ (at T11071a.hs:6:1-28).
T11071a.hs:16:12: error: [GHC-88464] Variable not in scope: foobar