mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-09 21:07:29 +01:00
Merge pull request #223 from Daniel-Diaz/master
Remove HaTeX from ``defaultExpectedFailures``
This commit is contained in:
commit
923a7fe1ed
@ -149,8 +149,6 @@ 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/Daniel-Diaz/HaTeX/issues/30
|
|
||||||
add "HaTeX"
|
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user