Add migration guide for #9718 (#10578)
[cabal.git] / cabal-testsuite / PackageTests / Init / init-interactive-ghc2021.test.hs
blob7df3f662212f426ce070c73479bb095d546a4bdc
1 import Test.Cabal.Prelude
3 main = cabalTest $ do
4 env <- getTestEnv
5 buildOut <-
6 cabalWithStdin "init" ["-i", "-p", "app"]
7 "2\n\n5\n\n\n2\n\n\n\n\n\n\n3\n\n"
9 assertFileDoesContain (testCurrentDir env </> "app.cabal") "GHC2021"