diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci036.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci036.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci036.stderr b/testsuite/tests/ghci/scripts/ghci036.stderr index 5b44b562a7..482fac7e62 100644 --- a/testsuite/tests/ghci/scripts/ghci036.stderr +++ b/testsuite/tests/ghci/scripts/ghci036.stderr @@ -9,10 +9,10 @@ <interactive>:1:1: error: Variable not in scope: nub - Perhaps you meant ‘L.nub’ (imported from Data.List) + Suggested fix: Perhaps use ‘L.nub’ (imported from Data.List) <interactive>:1:1: error: Not in scope: ‘L.nub’ - No module named ‘L’ is imported. + NB: no module named ‘L’ is imported. <interactive>:1:1: error: Variable not in scope: nub |