summaryrefslogtreecommitdiff
path: root/testsuite/tests/package/package01e.stderr
blob: 7ae545fe6f75eae43922830dd6f349d496a6dd1f (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.5.11.0’.
    You can run ‘:set -package containers’ to expose it.
    (Note: this unloads all the modules in the current scope.)
    Use -v 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.5.11.0’.
    You can run ‘:set -package containers’ to expose it.
    (Note: this unloads all the modules in the current scope.)
    Use -v to see a list of the files searched for.