We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360a744 commit bbefe64Copy full SHA for bbefe64
cabal-testsuite/PackageTests/Regression/T4025/setup.test.hs
@@ -4,6 +4,10 @@ import Test.Cabal.Prelude
4
-- support RPATH.
5
main = setupAndCabalTest $ do
6
skipIfWindows
7
+ skipIf "macOS, ghc 8.10.7 (#7610, #7988)" =< do
8
+ osx <- isOSX
9
+ ghc <- isGhcVersion "== 8.10.7 || == 9.0.1"
10
+ return $ osx && ghc
11
setup "configure" ["--enable-executable-dynamic"]
12
setup "build" []
13
-- This should fail as it we should NOT be able to find the
0 commit comments