haskell-statistics: update to version 0.13.1.0

This commit is contained in:
Peter Simons 2014-07-18 12:23:10 +02:00
parent 2bc6275cb3
commit 9052bb66e7

View File

@ -1,6 +1,6 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, binary, deepseq, erf, HUnit, ieee754, mathFunctions
{ cabal, aeson, binary, deepseq, erf, HUnit, ieee754, mathFunctions
, monadPar, mwcRandom, primitive, QuickCheck, testFramework
, testFrameworkHunit, testFrameworkQuickcheck2, vector
, vectorAlgorithms, vectorBinaryInstances
@ -8,10 +8,10 @@
cabal.mkDerivation (self: {
pname = "statistics";
version = "0.11.0.3";
sha256 = "184lzivqjjj69pxcnr5ibxjqikypfl5nd63i44qgwdhwyvcaqdh3";
version = "0.13.1.0";
sha256 = "0y46fna0kqs8bsqbf3v1k9ppq3njd5kxf1qlvvmphydpi3x038nd";
buildDepends = [
binary deepseq erf mathFunctions monadPar mwcRandom primitive
aeson binary deepseq erf mathFunctions monadPar mwcRandom primitive
vector vectorAlgorithms vectorBinaryInstances
];
testDepends = [