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
/
BuildDeps
/
DepCycle
/
setup.test.hs
blob
d9795f92efa0bd04b2302c1c5cf9296cee9956b9
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupAndCabalTest
$
do
3
r
<-
fails
$
setup
'
"configure"
[]
4
assertOutputContains
"cycl"
r
-- match cyclic or cycle
5
assertOutputContains
"bar"
r
6
assertOutputContains
"foo"
r