Skip to content

Commit

Permalink
Mark as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickering committed Nov 13, 2023
1 parent 71b4842 commit ca708b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ main = setupAndCabalTest . recordMode DoNotRecord $ do
-- Foreign libraries don't work with GHC 7.6 and earlier
skipUnlessGhcVersion ">= 7.8"
win <- isWindows
ghc94 <- isGhcVersion "== 9.4.*"
ghc94 <- isGhcVersion ">= 9.4.1"
expectBrokenIf (win && ghc94) 8451 $
withPackageDb $ do
setup_install []
Expand Down

0 comments on commit ca708b3

Please sign in to comment.