summaryrefslogtreecommitdiff
path: root/testsuite/tests/package/package06e.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/package/package06e.stderr')
-rw-r--r--testsuite/tests/package/package06e.stderr16
1 files changed, 10 insertions, 6 deletions
diff --git a/testsuite/tests/package/package06e.stderr b/testsuite/tests/package/package06e.stderr
index c634d2d46c..12d721223c 100644
--- a/testsuite/tests/package/package06e.stderr
+++ b/testsuite/tests/package/package06e.stderr
@@ -1,10 +1,14 @@
package06e.hs:2:1: error:
- Could not find module ‘HsTypes’
- It is a member of the hidden package ‘ghc-8.1’.
- Use -v to see a list of the files searched for.
+ Could not load module ‘HsTypes’
+ It is a member of the hidden package ‘ghc-8.7’.
+ You can run ‘:set -package ghc’ to expose it.
+ (Note: this unloads all the modules in the current scope.)
+ Use -v (or `:set -v` in ghci) to see a list of the files searched for.
package06e.hs:3:1: error:
- Could not find module ‘UniqFM’
- It is a member of the hidden package ‘ghc-8.1’.
- Use -v to see a list of the files searched for.
+ Could not load module ‘UniqFM’
+ It is a member of the hidden package ‘ghc-8.7’.
+ You can run ‘:set -package ghc’ to expose it.
+ (Note: this unloads all the modules in the current scope.)
+ Use -v (or `:set -v` in ghci) to see a list of the files searched for.