1 import Test
.Cabal
.Prelude
4 -- This package has explicit setup dependencies that do not include Cabal.
5 -- v2-build should try to build it, but configure should fail because
6 -- Setup.hs just prints an error message and exits.
7 r
<- fails
$ cabal
' "v2-build" ["custom-setup-without-cabal"]
8 assertOutputContains
"My custom Setup" r