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
Improve online docs for `includes:` field
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
CopyComponent
/
Exe
/
setup.test.hs
blob
1924a3801bb85e769de90ea26aca4cf20fdf641f
1
import
Test
.
Cabal
.
Prelude
2
-- Test that per-component copy works, when only building one executable
3
main
=
setupAndCabalTest
$
do
4
withPackageDb
$
do
5
setup
"configure"
[]
6
setup
"build"
[
"myprog"
]
7
setup
"copy"
[
"myprog"
]