blob: 73c45713cce9c46607ef0309a55e765877f07ade (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
package06e.hs:2:1: error: [GHC-87110]
Could not load module ‘GHC.Hs.Type’.
It is a member of the hidden package ‘ghc-9.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: [GHC-87110]
Could not load module ‘GHC.Types.Unique.FM’.
It is a member of the hidden package ‘ghc-9.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.
|