hackport-0.8.0.0: cabal/cabal-testsuite/PackageTests/ReexportedModules/setup.test.hs
import Test.Cabal.Prelude
-- Test that reexported modules build correctly
main = setupAndCabalTest $ do
skipUnlessGhcVersion ">= 7.9"
withPackageDb $ do
withDirectory "p" $ setup_install ["--cabal-file", "p.cabal"]
withDirectory "q" $ setup_build []