We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8a7c5 commit d0a690bCopy full SHA for d0a690b
cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs
@@ -29,8 +29,7 @@ main = setupAndCabalTest . recordMode DoNotRecord $ do
29
skipUnlessGhcVersion ">= 7.8"
30
win <- isWindows
31
ghc94 <- isGhcVersion ">= 9.4.1"
32
- ghc844 <- isGhcVersion "== 8.4.4"
33
- expectBrokenIf (ghc844 || (win && ghc94)) 8451 $
+ expectBrokenIf (win && ghc94) 8451 $
34
withPackageDb $ do
35
setup_install []
36
setup "copy" [] -- regression test #4156
0 commit comments