Skip to content

Commit

Permalink
This test now passes? 🧩
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Aug 28, 2024
1 parent 6465f7b commit 0e1a187
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import Test.Cabal.Prelude

main = cabalTest $ do
ghcVer <- isGhcVersion ">= 9.10"
skipUnlessGhcVersion ">= 8.1"
expectBrokenIf (isWindows && ghcVer) 10191 $ withProjectFile "cabal.external.project" $ do
withProjectFile "cabal.external.project" $ do
cabal "v2-build" ["exe"]
withPlan $ do
r <- runPlanExe' "exe" "exe" []
Expand Down

0 comments on commit 0e1a187

Please sign in to comment.