Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / cabal-testsuite / PackageTests / Regression / T6125 / setup.test.hs
blobaeb2587e70c28cec947c3c0381dda5eed4389ab8
1 import Test.Cabal.Prelude
2 main = setupAndCabalTest $ do
3 withPackageDb $ do
4 setup "configure" []
5 setup "build" ["myprog"]
6 setup "copy" ["myprog"]