From f3e3db0621367e5cedcd4aff1a73811ad9d1521e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 17 Aug 2014 10:44:16 +0300 Subject: [PATCH] math-functions expected to fail bos/math-functions#25 --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) 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"