Merge pull request #9898 from haskell/mergify/bp/3.12/pr-9865
[cabal.git] / cabal-testsuite / PackageTests / NewBuild / CmdRepl / CustomSetup / cabal.test.hs
blob20b9fc164aab18b3f4d43bb2af523477e40f6f05
1 import Test.Cabal.Prelude
3 main = do
4 cabalTest $ do
5 -- custom-setup stanza is not supported by Cabal's bundled with GHC's before 8.8
6 skipUnlessGhcVersion ">= 8.8"
7 skipIfGhcVersion ">= 9.10"
8 res <- cabalWithStdin "v2-repl" ["foo"] ""
9 assertOutputContains "- foo-0.1.0.0 (interactive)" res