repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10525 from 9999years/field-stanza-names
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ExecModern
/
cabal.test.hs
blob
55d07b4fe2386d4edda8bbbd5bf9212e28185948
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"
[]