summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail033.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail033.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/rnfail033.stderr13
1 files changed, 7 insertions, 6 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail033.stderr b/testsuite/tests/rename/should_fail/rnfail033.stderr
index a445fd7293..d9fbc22a1c 100644
--- a/testsuite/tests/rename/should_fail/rnfail033.stderr
+++ b/testsuite/tests/rename/should_fail/rnfail033.stderr
@@ -1,9 +1,10 @@
rnfail033.hs:2:21: error:
Not in scope: ‘Data.List.map’
- Perhaps you meant one of these:
- ‘Data.List.zip’ (imported from Data.List),
- ‘Data.List.or’ (imported from Data.List),
- ‘Data.List.all’ (imported from Data.List)
- Perhaps you want to remove ‘map’ from the explicit hiding list
- in the import of ‘Data.List’ (rnfail033.hs:3:1-31).
+ Suggested fixes:
+ • Perhaps use one of these:
+ ‘Data.List.zip’ (imported from Data.List),
+ ‘Data.List.or’ (imported from Data.List),
+ ‘Data.List.all’ (imported from Data.List)
+ • Perhaps you want to remove ‘map’ from the explicit hiding list
+ in the import of ‘Data.List’ (rnfail033.hs:3:1-31).