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
/
T4754
/
setup.test.hs
blob
97dae2b597c7b442717d60dadb3438cdaad69ebe
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupAndCabalTest
$
do
3
skipUnlessGhcVersion
">= 8.1"
4
skipUnless
"no profiling libs"
=<<
hasProfiledLibraries
5
setup
"configure"
[
"--enable-profiling"
]
6
setup
"build"
[]