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
Explicit export lists for Main (#9890)
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Backpack
/
T4754
/
setup.test.hs
blob
4931cd33c99bdef64c701a25afb404e12e012e9a
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupAndCabalTest
$
do
3
skipUnlessGhcVersion
">= 8.1"
4
skipIfNoProfiledLibraries
5
setup
"configure"
[
"--enable-profiling"
]
6
setup
"build"
[]