mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Workaround for #226
This commit is contained in:
parent
9d59fd9cc0
commit
cf202d675d
@ -149,6 +149,9 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
||||
-- issues with pthread
|
||||
mapM_ add $ words "hlibgit2 gitlib-s3 gitlib-libgit2"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/226
|
||||
add "options"
|
||||
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user