haskell-statistics: updated to version 0.10.0.1
svn path=/nixpkgs/trunk/; revision=30695
This commit is contained in:
parent
46ec1dba4e
commit
ccf89a8959
@ -1,17 +1,16 @@
|
|||||||
{ cabal, aeson, deepseq, erf, monadPar, mwcRandom, primitive, time
|
{ cabal, deepseq, erf, monadPar, mwcRandom, primitive, vector
|
||||||
, vector, vectorAlgorithms
|
, vectorAlgorithms
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "statistics";
|
pname = "statistics";
|
||||||
version = "0.9.0.0";
|
version = "0.10.0.1";
|
||||||
sha256 = "1rwp9gkjs011lxzhkajiljs6x2a4xc8cg558kpfy9xj4q1lk43x7";
|
sha256 = "0bn131yzq3qk4dpr78i3ndsxyn7hars9jw9krfsxmin9pqr114sw";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson deepseq erf monadPar mwcRandom primitive time vector
|
deepseq erf monadPar mwcRandom primitive vector vectorAlgorithms
|
||||||
vectorAlgorithms
|
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://bitbucket.org/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";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user