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 duplicate names" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
TestSuiteTests
/
LibV09
/
setup-deadlock.test.hs
blob
69529404d97847904c10f95b9bd26a7b14eff157
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupAndCabalTest
$
do
3
skipUnless
"no Cabal for GHC"
=<<
hasCabalForGhc
4
setup_build
[
"--enable-tests"
]
5
fails
$
setup
"test"
[]