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
Un-ignore .bat files
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
PathsModule
/
Executable-Relocatable
/
setup.test.hs
blob
ea88c7f9e41f04833e6f11c63edd4a08477d70c5
1
import
Test
.
Cabal
.
Prelude
2
-- Test that Paths module is generated and usable when relocatable is turned on.
3
4
main
=
setupAndCabalTest
$
do
5
skipIfWindows
6
skipUnlessGhcVersion
">= 8.0"
7
withPackageDb
$
setup_build
[
"--enable-relocatable"
]