summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/multipleHomeUnits/e/E.hs
blob: 8728a5f758c89a958f9d2f1f70d39a621e0c6b32 (plain)
1
2
3
4
5
6
7
8
9
10
module E where

-- Depends on another home unit B
import B
-- Depends on a package
import Control.Applicative

e = b

e' = show B