Merge pull request #10525 from 9999years/field-stanza-names
[cabal.git] / cabal-testsuite / PackageTests / ExecModern / cabal.test.hs
blob55d07b4fe2386d4edda8bbbd5bf9212e28185948
1 import Test.Cabal.Prelude
2 main = cabalTest $ do
3 -- NB: cabal-version: >= 1.2 in my.cabal means we exercise
4 -- the non per-component code path
5 cabal "v2-build" ["my-executable"]
6 withPlan $ runPlanExe "my" "my-executable" []