summaryrefslogtreecommitdiff
path: root/testsuite/tests/package/package08e.stderr
blob: 922c643c89c20bf66529eb2fb1bc3f58e3e9c2ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

package08e.hs:2:1: error:
    Could not find module ‘MyHsTypes’
    Perhaps you meant HsTypes (needs flag -package-key ghc-8.5)
    Use -v to see a list of the files searched for.

package08e.hs:3:1: error:
    Could not find module ‘HsTypes’
    It is a member of the hidden package ‘ghc-8.5’.
    You can run ‘:set -package ghc’ to expose it.
    Use -v to see a list of the files searched for.

package08e.hs:4:1: error:
    Could not find module ‘HsUtils’
    It is a member of the hidden package ‘ghc-8.5’.
    You can run ‘:set -package ghc’ to expose it.
    Use -v to see a list of the files searched for.

package08e.hs:5:1: error:
    Could not find module ‘UniqFM’
    It is a member of the hidden package ‘ghc-8.5’.
    You can run ‘:set -package ghc’ to expose it.
    Use -v to see a list of the files searched for.