haskell-statistics: disable 'doCheck' to avoid test suite failures
Running 1 test suites...
Test suite tests: RUNNING...
Tests for all distributions:
Tests for: BetaDistribution:
C.D.F. sanity: [OK, passed 100 tests]
CDF limit at +tests: <stdout>: commitBuffer: invalid argument (invalid character)
Test suite tests: FAIL
Test suite logged to: dist/test/statistics-0.10.2.0-tests.log
This commit is contained in:
parent
1420012eca
commit
b313b3f1c3
@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
||||
erf HUnit ieee754 mathFunctions primitive QuickCheck testFramework
|
||||
testFrameworkHunit testFrameworkQuickcheck2 vector vectorAlgorithms
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/statistics";
|
||||
description = "A library of statistical types, data, and functions";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user