Merge pull request #2107 from nilcons/mathfunctions

Disable check for haskell/math-functions, it fails on i686
This commit is contained in:
Peter Simons 2014-04-02 18:14:01 +02:00
commit 088f103f40

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";