mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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
dd9ff9adb7
commit
1cea746589
@ -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…
Reference in New Issue
Block a user