mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +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
|
||||
when (ghcVer >= GhcMajorVersion 7 8) $ add "monad-control"
|
||||
|
||||
-- issues with pthread
|
||||
mapM_ add $ words "hlibgit2 gitlib-s3 gitlib-libgit2"
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user