summaryrefslogtreecommitdiff
path: root/testsuite/tests/package/package01e.stderr
blob: 3381a1bd424b74afc67e0e6c76a19a16e49c2f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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’.
    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’.
    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.