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
/
postCheckoutCommand
/
cabal.test.hs
blob
50e45454ff3d8a60fdaba8c2d43577318796ed92
1
import
Test
.
Cabal
.
Prelude
2
3
main
=
cabalTest
$
do
4
withProjectFile
"cabal.positive.project"
$
do
5
cabal
"v2-build"
[
"-v0"
]
6
withProjectFile
"cabal.negative.project"
$
do
7
fails
$
cabal
"v2-build"
[
"-v0"
]