18250b97ae
had added him earlier.
30 lines
1.0 KiB
Nix
30 lines
1.0 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, binary, deepseq, erf, HUnit, ieee754, mathFunctions
|
|
, monadPar, mwcRandom, primitive, QuickCheck, testFramework
|
|
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
|
, vectorAlgorithms, vectorBinaryInstances
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "statistics";
|
|
version = "0.13.2.1";
|
|
sha256 = "0giibqpnjndnhvxqsr8ikcxxfhz3ws0mk3ckykq2sfwz7gkipvva";
|
|
buildDepends = [
|
|
aeson binary deepseq erf mathFunctions monadPar mwcRandom primitive
|
|
vector vectorAlgorithms vectorBinaryInstances
|
|
];
|
|
testDepends = [
|
|
binary erf HUnit ieee754 mathFunctions mwcRandom 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";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|