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
Create changelogs for 3.14.1.0 (#10591)
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
BuildAutogenPackageGuard
/
cabal.test.hs
blob
0711dcccfe11f1a8069147b1d24463c409887232
1
import
Test
.
Cabal
.
Prelude
2
3
-- #9331, guard PackageInfo functionality behind 3.12: make it a
4
-- build failure.
5
main
=
cabalTest
$
do
6
withProjectFile
"cabal.project"
$
do
7
fails
$
cabal
"v2-build"
[
"pkg"
]
8