Add test cases that reproduce #7241.
[cabal.git] / cabal-testsuite / PackageTests / RelativePathProjectImports / Lib.hs
blob549b173e80d103a42461658ee74f0c742edcb74b
1 module Lib (foo) where
3 import Dep (bar)
4 import Dep2 (baz)
6 foo :: Int
7 foo = bar + baz