Skip to content
Snippets Groups Projects
Commit d0a690bd authored by andreas.abel's avatar andreas.abel Committed by Mikolaj
Browse files

Revert "Mark ForeignLibs test as broken with ghc-8.4.4"

This reverts commit a90d44ff.
parent 4a8a7c5d
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,7 @@ main = setupAndCabalTest . recordMode DoNotRecord $ do
skipUnlessGhcVersion ">= 7.8"
win <- isWindows
ghc94 <- isGhcVersion ">= 9.4.1"
ghc844 <- isGhcVersion "== 8.4.4"
expectBrokenIf (ghc844 || (win && ghc94)) 8451 $
expectBrokenIf (win && ghc94) 8451 $
withPackageDb $ do
setup_install []
setup "copy" [] -- regression test #4156
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment