diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 14d93da1..0aa23f6e 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -120,6 +120,9 @@ defaultExpectedFailures ghcVer = execWriter $ do add "hTalos" add "seqloc" + -- https://github.com/bos/math-functions/issues/25 + add "math-functions" + -- FIXME the test suite fails fairly regularly in builds, though I haven't -- discovered why yet add "crypto-numbers"