summaryrefslogtreecommitdiff
path: root/testsuite/tests/package/package01e.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/package/package01e.stderr')
-rw-r--r--testsuite/tests/package/package01e.stderr12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/package/package01e.stderr b/testsuite/tests/package/package01e.stderr
index 3381a1bd42..623f8346a5 100644
--- a/testsuite/tests/package/package01e.stderr
+++ b/testsuite/tests/package/package01e.stderr
@@ -1,14 +1,14 @@
-package01e.hs:2:1: error:
- Could not load module ‘Data.Map’
- It is a member of the hidden package ‘containers-0.6.0.1’.
+package01e.hs:2:1: error: [GHC-87110]
+ Could not load module ‘Data.Map’.
+ It is a member of the hidden package ‘containers-0.6.7’.
You can run ‘:set -package containers’ 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.
-package01e.hs:3:1: error:
- Could not load module ‘Data.IntMap’
- It is a member of the hidden package ‘containers-0.6.0.1’.
+package01e.hs:3:1: error: [GHC-87110]
+ Could not load module ‘Data.IntMap’.
+ It is a member of the hidden package ‘containers-0.6.7’.
You can run ‘:set -package containers’ 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.