haskell-statistics: update to version 0.10.4.1
This commit is contained in:
parent
0853a81825
commit
4ca19f846b
@ -1,16 +1,16 @@
|
|||||||
{ cabal, deepseq, erf, HUnit, ieee754, mathFunctions, monadPar
|
{ cabal, binary, deepseq, erf, HUnit, ieee754, mathFunctions
|
||||||
, mwcRandom, primitive, QuickCheck, testFramework
|
, monadPar, mwcRandom, primitive, QuickCheck, testFramework
|
||||||
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
||||||
, vectorAlgorithms
|
, vectorAlgorithms, vectorBinaryInstances
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "statistics";
|
pname = "statistics";
|
||||||
version = "0.10.3.1";
|
version = "0.10.4.1";
|
||||||
sha256 = "12abfqxsriqlncr60wwcsm0q41hmqc6vp9p1hmnv2l3qqcisk60s";
|
sha256 = "0kd3zn8ckz3h9dnighmfviacw5cy6czsj90ryn8c0h6yb2s3gqi1";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
deepseq erf mathFunctions monadPar mwcRandom primitive vector
|
binary deepseq erf mathFunctions monadPar mwcRandom primitive
|
||||||
vectorAlgorithms
|
vector vectorAlgorithms vectorBinaryInstances
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
erf HUnit ieee754 mathFunctions mwcRandom primitive QuickCheck
|
erf HUnit ieee754 mathFunctions mwcRandom primitive QuickCheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user