Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / cabal-testsuite / PackageTests / Backpack / Reexport1 / setup.test.hs
blob0070e6d5109b6518f9a10dc885243eb5a9a108b6
1 import Test.Cabal.Prelude
2 main = setupAndCabalTest $ do
3 skipUnlessGhcVersion ">= 8.1"
4 withPackageDb $ do
5 withDirectory "p" $ setup_install_with_docs []
6 withDirectory "q" $ do
7 setup_build []
8 setup "haddock" []