Disable check for haskell/math-functions, it fails on i686

This commit is contained in:
Gergely Risko 2014-04-02 17:07:44 +02:00
parent 80a03f665d
commit e33d79dd54

View File

@ -12,6 +12,8 @@ cabal.mkDerivation (self: {
HUnit ieee754 QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2 vector
];
# fails on i686 at version 0.1.5.2
doCheck = false;
meta = {
homepage = "https://github.com/bos/math-functions";
description = "Special functions and Chebyshev polynomials";