haskell-statistics: update to version 0.10.3.0
This commit is contained in:
parent
969f6da047
commit
bef28c9807
|
@ -6,15 +6,16 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "statistics";
|
pname = "statistics";
|
||||||
version = "0.10.2.0";
|
version = "0.10.3.0";
|
||||||
sha256 = "1sv0fhbi52maq9c4ni109m0051a1nndi3ncz9v29mkxqzyckrp9x";
|
sha256 = "1ay03y9z84mc4ai6i4g81v129rhg4146kad4ggb2gimbj6851fw1";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
deepseq erf mathFunctions monadPar mwcRandom primitive vector
|
deepseq erf mathFunctions monadPar mwcRandom primitive vector
|
||||||
vectorAlgorithms
|
vectorAlgorithms
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
erf HUnit ieee754 mathFunctions primitive QuickCheck testFramework
|
erf HUnit ieee754 mathFunctions mwcRandom primitive QuickCheck
|
||||||
testFrameworkHunit testFrameworkQuickcheck2 vector vectorAlgorithms
|
testFramework testFrameworkHunit testFrameworkQuickcheck2 vector
|
||||||
|
vectorAlgorithms
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue