mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +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
|
||||
mapM_ add $ words "hlibgit2 gitlib-s3 gitlib-libgit2"
|
||||
|
||||
-- https://github.com/Daniel-Diaz/HaTeX/issues/30
|
||||
add "HaTeX"
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user