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