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
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
postCheckoutCommand
/
cabal.test.hs
blob
d63ae822ead74847a6746f4ec14599c5a3ba4127
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"
]