mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
haskell-statistics: updated to version 0.10.1.0
svn path=/nixpkgs/trunk/; revision=31820
This commit is contained in:
parent
3a9f2dd52f
commit
b5c5f34de9
@ -1,13 +1,14 @@
|
|||||||
{ cabal, deepseq, erf, monadPar, mwcRandom, primitive, vector
|
{ cabal, deepseq, erf, mathFunctions, monadPar, mwcRandom
|
||||||
, vectorAlgorithms
|
, primitive, vector, vectorAlgorithms
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "statistics";
|
pname = "statistics";
|
||||||
version = "0.10.0.1";
|
version = "0.10.1.0";
|
||||||
sha256 = "0bn131yzq3qk4dpr78i3ndsxyn7hars9jw9krfsxmin9pqr114sw";
|
sha256 = "0fnpwnhcwxjcm81b9daqdy07cw5qgqa7m2bj6fxxwicpvawcyabc";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
deepseq erf monadPar mwcRandom primitive vector vectorAlgorithms
|
deepseq erf mathFunctions monadPar mwcRandom primitive vector
|
||||||
|
vectorAlgorithms
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/statistics";
|
homepage = "https://github.com/bos/statistics";
|
||||||
|
Loading…
Reference in New Issue
Block a user