mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-16 16:25:49 +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
|
-- issues with pthread
|
||||||
mapM_ add $ words "hlibgit2 gitlib-s3 gitlib-libgit2"
|
mapM_ add $ words "hlibgit2 gitlib-s3 gitlib-libgit2"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/226
|
||||||
|
add "options"
|
||||||
|
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user