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
Add “Ignore warning” option to cabal check
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
postCheckoutCommand
/
cabal.test.hs
blob
d4747aceb92705851aa67cdc8868c695a2a3c0ba
1
import
Test
.
Cabal
.
Prelude
2
3
main
=
cabalTest
$
do
4
skipIfWindows
5
withProjectFile
"cabal.positive.project"
$
do
6
cabal
"v2-build"
[
"-v0"
]
7
withProjectFile
"cabal.negative.project"
$
do
8
fails
$
cabal
"v2-build"
[
"-v0"
]