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
Add test cases that reproduce #7241.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Backpack
/
Includes2
/
setup-internal-fail.test.hs
blob
7c8116ff62fc2947afd41efd9aa6d756de8b9046
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupAndCabalTest
$
do
3
skipUnlessGhcVersion
">= 8.1"
4
r
<-
fails
$
withDirectory
"Includes2-fail"
$
setup
'
"configure"
[]
5
assertOutputContains
"mysql"
r