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
Reimplement `cabal check` (#8427)
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Backpack
/
Includes2
/
setup-internal-fail.test.hs
blob
d624dfcac0697b3ca58d4ba83bd1c81ea732f3a2
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupAndCabalTest
$
do
3
skipUnlessGhcVersion
">= 8.1"
4
r
<-
fails
$
setup
'
"configure"
[
"--cabal-file"
,
"Includes2.cabal.fail"
]
5
assertOutputContains
"mysql"
r