summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod125.stderr
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-11-18 12:18:17 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-18 12:18:46 +0100
commit11e336e4a4f7a0c0319d9bfb1a6931a5861299cf (patch)
tree6b8f588408d975bca31cbb685445f9d2c46ebd89 /testsuite/tests/module/mod125.stderr
parent98a4fa5fb740ce43a1787eb5730e35b463a2de79 (diff)
downloadhaskell-11e336e4a4f7a0c0319d9bfb1a6931a5861299cf.tar.gz
More import related hints
Now for unqualified imports. Improves upon #11071. Unfortunately, it seems that since 7.10, ghc will not print all out-of-scope errors. Test Plan: test suite updated Reviewers: austin, thomie, bgamari Reviewed By: bgamari Differential Revision: https://phabricator.haskell.org/D1478 GHC Trac Issues: #11071
Diffstat (limited to 'testsuite/tests/module/mod125.stderr')
-rw-r--r--testsuite/tests/module/mod125.stderr7
1 files changed, 5 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod125.stderr b/testsuite/tests/module/mod125.stderr
index 18482dd81a..e2b29849c4 100644
--- a/testsuite/tests/module/mod125.stderr
+++ b/testsuite/tests/module/mod125.stderr
@@ -1,2 +1,5 @@
-
-mod125.hs:7:5: error: Data constructor not in scope: T
+
+mod125.hs:7:5: error:
+ Data constructor not in scope: T
+ Perhaps you want to remove ‘T’ from the explicit hiding list
+ in the import of ‘Mod125_A’ (mod125.hs:4:1-26).