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
/
InternalVersions
/
BuildToolDependsBad
/
setup.test.hs
blob
955e2554d8ff92877ae3aa7ebe4075ea15224449
1
import
Test
.
Cabal
.
Prelude
2
-- Test impossible version bound on internal build-tools deps
3
main
=
setupAndCabalTest
$
do
4
assertOutputContains
"impossible version range"
5
=<<
fails
(
setup
'
"configure"
[])