GHC 9.6 compatibility
[cabal.git] / cabal-testsuite / PackageTests / Backpack / Includes3 / cabal-repo.test.hs
blobd0557c828b819d4da39293b99e60bef5dabc1e11
1 import Test.Cabal.Prelude
2 main = withShorterPathForNewBuildStore $ \storeDir ->
3 cabalTest $ do
4 skipUnlessGhcVersion ">= 8.1"
5 skipIfWindows -- TODO: https://github.com/haskell/cabal/issues/6271
6 withProjectFile "cabal.repo.project" $ do
7 withRepo "repo" $ do
8 cabalG ["--store-dir=" ++ storeDir] "v2-build" ["exe"]