diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-11-18 12:18:17 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-18 12:18:46 +0100 |
commit | 11e336e4a4f7a0c0319d9bfb1a6931a5861299cf (patch) | |
tree | 6b8f588408d975bca31cbb685445f9d2c46ebd89 /testsuite/tests/module/mod125.stderr | |
parent | 98a4fa5fb740ce43a1787eb5730e35b463a2de79 (diff) | |
download | haskell-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.stderr | 7 |
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). |