1 import Test
.Cabal
.Prelude
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