mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
haskell-statistics: update to version 0.10.3.1
This commit is contained in:
parent
c1147811f9
commit
3c3b5b6199
@ -1,13 +1,13 @@
|
|||||||
{ cabal, deepseq, erf, HUnit, ieee754, mathFunctions, monadPar
|
{ cabal, deepseq, erf, HUnit, ieee754, mathFunctions, monadPar
|
||||||
, mwcRandom, primitive, QuickCheck, testFramework
|
, mwcRandom, primitive, QuickCheck, testFramework
|
||||||
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
||||||
, vectorAlgorithms, fetchurl
|
, vectorAlgorithms
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "statistics";
|
pname = "statistics";
|
||||||
version = "0.10.3.0";
|
version = "0.10.3.1";
|
||||||
sha256 = "1ay03y9z84mc4ai6i4g81v129rhg4146kad4ggb2gimbj6851fw1";
|
sha256 = "12abfqxsriqlncr60wwcsm0q41hmqc6vp9p1hmnv2l3qqcisk60s";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
deepseq erf mathFunctions monadPar mwcRandom primitive vector
|
deepseq erf mathFunctions monadPar mwcRandom primitive vector
|
||||||
vectorAlgorithms
|
vectorAlgorithms
|
||||||
@ -18,10 +18,6 @@ cabal.mkDerivation (self: {
|
|||||||
vectorAlgorithms
|
vectorAlgorithms
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
patches = [
|
|
||||||
(fetchurl { url = "https://github.com/bos/statistics/commit/6b88143c9f931dd4fa95c1f083999ae12dd01b55.patch";
|
|
||||||
sha256 = "0bl10qhp73cijxlpkjfmnkbl49jlj85xxvyhlca6jw7awcka6d2l"; })
|
|
||||||
];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/statistics";
|
homepage = "https://github.com/bos/statistics";
|
||||||
description = "A library of statistical types, data, and functions";
|
description = "A library of statistical types, data, and functions";
|
||||||
|
Loading…
Reference in New Issue
Block a user