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
/
Lib
/
setup.test.hs
blob
660120c3ec67fc6167e1179b88901efbc9113fd2
1
import
Test
.
Cabal
.
Prelude
2
-- Test that per-component copy works, when only building library
3
main
=
setupAndCabalTest
$
do
4
withPackageDb
$
do
5
setup
"configure"
[]
6
setup
"build"
[
"lib:p"
]
7
setup
"copy"
[
"lib:p"
]