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 test cases that reproduce #7241.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ReexportedModules
/
setup.test.hs
blob
4c769bbc0103c799dacb668cb125eab79277c43b
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
[]
7
withDirectory
"q"
$
setup_build
[]