Add test cases that reproduce #7241.
[cabal.git] / cabal-testsuite / PackageTests / ReexportedModules / setup.test.hs
blob4c769bbc0103c799dacb668cb125eab79277c43b
1 import Test.Cabal.Prelude
2 -- Test that reexported modules build correctly
3 main = setupAndCabalTest $ do
4 skipUnlessGhcVersion ">= 7.9"
5 withPackageDb $ do
6 withDirectory "p" $ setup_install []
7 withDirectory "q" $ setup_build []