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 “Ignore warning” option to cabal check
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
TemplateHaskell
/
dynamic
/
setup.test.hs
blob
e98abf9eaca9a079aa40ea2b81062b916981c22d
1
import
Test
.
Cabal
.
Prelude
2
-- Test building a dynamic library/executable which uses Template
3
-- Haskell
4
main
=
setupAndCabalTest
$
do
5
skipUnless
"no shared libs"
=<<
hasSharedLibraries
6
setup_build
[
"--enable-shared"
,
"--enable-executable-dynamic"
]