summaryrefslogtreecommitdiff
path: root/testsuite/tests/package/package07e.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/package/package07e.stderr')
-rw-r--r--testsuite/tests/package/package07e.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/package/package07e.stderr b/testsuite/tests/package/package07e.stderr
index 8a5c15306f..646ba5a4ed 100644
--- a/testsuite/tests/package/package07e.stderr
+++ b/testsuite/tests/package/package07e.stderr
@@ -2,12 +2,12 @@
package07e.hs:2:1: error:
Could not find module ‘GHC.Hs.MyTypes’
Perhaps you meant
- GHC.Hs.Types (needs flag -package-id ghc-8.11.0.20200401)
+ GHC.Hs.Type (needs flag -package-id ghc-8.11.0.20200401)
GHC.Tc.Types (needs flag -package-id ghc-8.11.0.20200401)
Use -v (or `:set -v` in ghci) to see a list of the files searched for.
package07e.hs:3:1: error:
- Could not load module ‘GHC.Hs.Types’
+ Could not load module ‘GHC.Hs.Type’
It is a member of the hidden package ‘ghc-8.11.0.20200401’.
You can run ‘:set -package ghc’ to expose it.
(Note: this unloads all the modules in the current scope.)