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
/
Backpack
/
Fail1
/
setup.test.hs
blob
ac89a40e48a0bbfcefb157d63e99b34698c5345c
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupAndCabalTest
$
do
3
skipUnlessGhcVersion
">= 8.1"
4
r
<-
fails
$
setup
'
"configure"
[]
5
assertOutputContains
"MissingReq"
r
6
return
()