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
/
ReexportedModules
/
setup-fail-missing.test.hs
blob
eb4d30f55e032927f608c6e06a341b19c8297774
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupAndCabalTest
$
do
3
skipUnlessGhcVersion
">= 7.9"
4
withDirectory
"p"
$
do
5
r
<-
fails
$
setup
'
"configure"
[
"--cabal-file"
,
"p.cabal.fail-missing"
]
6
assertOutputContains
"Missing"
r