mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 04:31:57 +01:00
Skip some tests
This commit is contained in:
parent
9906278258
commit
8e27aefa9e
@ -145,6 +145,9 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
|||||||
|
|
||||||
-- Pulls in monad-peel which does not compile
|
-- Pulls in monad-peel which does not compile
|
||||||
when (ghcVer >= GhcMajorVersion 7 8) $ add "monad-control"
|
when (ghcVer >= GhcMajorVersion 7 8) $ add "monad-control"
|
||||||
|
|
||||||
|
-- issues with pthread
|
||||||
|
mapM_ add $ words "hlibgit2 gitlib-s3 gitlib-libgit2"
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user