Skip to content

Commit

Permalink
skip for #7989
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Feb 28, 2022
1 parent f80711a commit d5f5070
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ import Test.Cabal.Prelude
main = setupAndCabalTest . recordMode DoNotRecord $ do
-- Foreign libraries don't work with GHC 7.6 and earlier
skipUnlessGhcVersion ">= 7.8"
skipIf "macOS, ghc 8.10.7 (#7989)" =< do
osx <- isOSX
ghc <- isGhcVersion "== 8.0.2"
return $ osx && ghc

withPackageDb $ do
setup_install []
setup "copy" [] -- regression test #4156
Expand Down

0 comments on commit d5f5070

Please sign in to comment.