summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod134.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod134.stderr')
-rw-r--r--testsuite/tests/module/mod134.stderr13
1 files changed, 7 insertions, 6 deletions
diff --git a/testsuite/tests/module/mod134.stderr b/testsuite/tests/module/mod134.stderr
index 75c556cd4f..a911e32c84 100644
--- a/testsuite/tests/module/mod134.stderr
+++ b/testsuite/tests/module/mod134.stderr
@@ -1,9 +1,10 @@
mod134.hs:6:19: error:
Not in scope: ‘Prelude.head’
- Perhaps you meant one of these:
- ‘Prelude.read’ (imported from Prelude),
- ‘Prelude.reads’ (imported from Prelude),
- ‘Prelude.id’ (imported from Prelude)
- Perhaps you want to remove ‘head’ from the explicit hiding list
- in the import of ‘Prelude’ (mod134.hs:4:1-28).
+ Suggested fixes:
+ • Perhaps use one of these:
+ ‘Prelude.read’ (imported from Prelude),
+ ‘Prelude.reads’ (imported from Prelude),
+ ‘Prelude.id’ (imported from Prelude)
+ • Perhaps you want to remove ‘head’ from the explicit hiding list
+ in the import of ‘Prelude’ (mod134.hs:4:1-28).