hackport-0.9.0.0: cabal/cabal-testsuite/PackageTests/RelativePathProjectImports/Lib.hs
module Lib (foo) where import Dep (bar) import Dep2 (baz) foo :: Int foo = bar + baz
module Lib (foo) where import Dep (bar) import Dep2 (baz) foo :: Int foo = bar + baz