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
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ReexportedModules
/
setup.test.hs
blob
c3ae77e43f6eaa5abd087432c10b07ce868e3c33
1
import
Test
.
Cabal
.
Prelude
2
-- Test that reexported modules build correctly
3
main
=
setupAndCabalTest
$
do
4
skipUnlessGhcVersion
">= 7.9"
5
withPackageDb
$
do
6
withDirectory
"p"
$
setup_install
[
"--cabal-file"
,
"p.cabal"
]
7
withDirectory
"q"
$
setup_build
[]