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
/
PathsModule
/
Executable-Relocatable
/
setup.test.hs
blob
76a4db87db3e65837f731306f4e26bd162d7fe22
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
setup_build
[
"--enable-relocatable"
]