2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-18 03:23:10 -07:00
|
|
|
{ cabal, aeson, binary, deepseq, erf, HUnit, ieee754, mathFunctions
|
2013-05-30 02:01:49 -07:00
|
|
|
, monadPar, mwcRandom, primitive, QuickCheck, testFramework
|
2013-02-24 13:09:07 -08:00
|
|
|
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
2013-05-30 02:01:49 -07:00
|
|
|
, vectorAlgorithms, vectorBinaryInstances
|
2011-08-09 16:00:20 -07:00
|
|
|
}:
|
2010-11-17 07:38:16 -08:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2010-11-17 07:38:16 -08:00
|
|
|
pname = "statistics";
|
2014-08-07 03:42:27 -07:00
|
|
|
version = "0.13.2.1";
|
|
|
|
sha256 = "0giibqpnjndnhvxqsr8ikcxxfhz3ws0mk3ckykq2sfwz7gkipvva";
|
2011-08-09 16:00:20 -07:00
|
|
|
buildDepends = [
|
2014-07-18 03:23:10 -07:00
|
|
|
aeson binary deepseq erf mathFunctions monadPar mwcRandom primitive
|
2013-05-30 02:01:49 -07:00
|
|
|
vector vectorAlgorithms vectorBinaryInstances
|
2011-08-09 16:00:20 -07:00
|
|
|
];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [
|
2014-04-11 01:14:14 -07:00
|
|
|
binary erf HUnit ieee754 mathFunctions mwcRandom primitive
|
|
|
|
QuickCheck testFramework testFrameworkHunit
|
|
|
|
testFrameworkQuickcheck2 vector vectorAlgorithms
|
2013-02-24 13:09:07 -08:00
|
|
|
];
|
2013-02-24 15:06:11 -08:00
|
|
|
doCheck = false;
|
2010-11-17 07:38:16 -08:00
|
|
|
meta = {
|
2011-12-02 03:47:25 -08:00
|
|
|
homepage = "https://github.com/bos/statistics";
|
2011-08-09 16:00:20 -07:00
|
|
|
description = "A library of statistical types, data, and functions";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-11-17 07:38:16 -08:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|