summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T2452.stderr
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-11-10 17:07:10 +0100
committerJoachim Breitner <mail@joachim-breitner.de>2015-11-13 10:13:20 +0100
commite66f79dfb22031dd3f75dd3eb341e8269ab51d83 (patch)
tree157fdd402b439ac8c82439d37d02084b4e899fd9 /testsuite/tests/ghci/scripts/T2452.stderr
parent2290c8bd8c3faee0cb7dc1c2c7951bb9d5e3ebf9 (diff)
downloadhaskell-e66f79dfb22031dd3f75dd3eb341e8269ab51d83.tar.gz
Give helpful advice when a fully qualified name is not in scope
This implements #11071. It needs to thread through a GlobalRdrEnv corresponding to the export list of the module if its exports were not restricted. A refactoring of ImportedModsVal into a proper data type follows. Differential Revision: https://phabricator.haskell.org/D1462
Diffstat (limited to 'testsuite/tests/ghci/scripts/T2452.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/T2452.stderr4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T2452.stderr b/testsuite/tests/ghci/scripts/T2452.stderr
index 68e07ae367..663742f67c 100644
--- a/testsuite/tests/ghci/scripts/T2452.stderr
+++ b/testsuite/tests/ghci/scripts/T2452.stderr
@@ -1,2 +1,4 @@
-<interactive>:1:1: Not in scope: ‘System.IO.hPutStrLn’
+<interactive>:1:1: error:
+ Not in scope: ‘System.IO.hPutStrLn’
+ No module named ‘System.IO’ is imported.