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 validate-revision workflow
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
NewBuild
/
T3827
/
cabal.test.hs
blob
f418538b0742d81f58f0f6e16947855bb5ded753
1
import
Test
.
Cabal
.
Prelude
2
main
=
cabalTest
$
do
3
linux
<-
isLinux
4
osx
<-
isOSX
5
skipIf
"8032 heisenbug profiling"
(
linux || osx
)
6
cabal
"v2-build"
[
"exe:q"
]