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 "Autogen include" test for ts
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
InternalVersions
/
BuildToolsExtra
/
setup.test.hs
blob
c006efe6f7248f1b57962b66119c8769624820df
1
import
Test
.
Cabal
.
Prelude
2
-- Test unneed version bound on internal build-tools deps
3
main
=
setupAndCabalTest
.
expectBroken
7470
$
do
4
setup
'
"configure"
[]
5
assertOutputContains
"extraneous version range"
6
=<<
setup
'
"sdist"
[]