Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git] / cabal-testsuite / PackageTests / ReexportedModules / setup-fail-other.test.hs
blobb3014d1589d9484cacc6b79fd5bd7ed6bf79e142
1 import Test.Cabal.Prelude
2 main = setupAndCabalTest $ do
3 skipUnlessGhcVersion ">= 7.9"
4 withDirectory "p-fail-other" $ do
5 r <- fails $ setup' "configure" []
6 assertOutputContains "Private" r