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
/
Backpack
/
Includes2
/
setup-internal.test.hs
blob
707dbbaccedb99b68c0e9111bf3f71d9a9e3da14
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupAndCabalTest
$
do
3
skipUnlessGhcVersion
">= 8.1"
4
withPackageDb
$
5
withDirectory
"Includes2"
$
do
6
setup_install
[]
7
-- TODO: haddock for internal method doesn't work
8
runExe
"exe"
[]