Add “Ignore warning” option to cabal check
[cabal.git] / cabal-testsuite / PackageTests / PathsModule / Executable-Relocatable / setup.test.hs
blob76a4db87db3e65837f731306f4e26bd162d7fe22
1 import Test.Cabal.Prelude
2 -- Test that Paths module is generated and usable when relocatable is turned on.
4 main = setupAndCabalTest $ do
5 skipIfWindows
6 skipUnlessGhcVersion ">= 8.0"
7 setup_build ["--enable-relocatable"]