We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbefe64 commit ab3be99Copy full SHA for ab3be99
cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs
@@ -26,6 +26,11 @@ import Test.Cabal.Prelude
26
main = setupAndCabalTest . recordMode DoNotRecord $ do
27
-- Foreign libraries don't work with GHC 7.6 and earlier
28
skipUnlessGhcVersion ">= 7.8"
29
+ skipIf "macOS, ghc 8.10.7 (#7989)" =< do
30
+ osx <- isOSX
31
+ ghc <- isGhcVersion "== 8.0.2"
32
+ return $ osx && ghc
33
+
34
withPackageDb $ do
35
setup_install []
36
setup "copy" [] -- regression test #4156
0 commit comments