From b5c5f34de94566769ab9842668479a5e7282bf97 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Jan 2012 15:06:32 +0000 Subject: [PATCH] haskell-statistics: updated to version 0.10.1.0 svn path=/nixpkgs/trunk/; revision=31820 --- .../libraries/haskell/statistics/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/haskell/statistics/default.nix b/pkgs/development/libraries/haskell/statistics/default.nix index ad18f9cbd981..97202c4ec602 100644 --- a/pkgs/development/libraries/haskell/statistics/default.nix +++ b/pkgs/development/libraries/haskell/statistics/default.nix @@ -1,13 +1,14 @@ -{ cabal, deepseq, erf, monadPar, mwcRandom, primitive, vector -, vectorAlgorithms +{ cabal, deepseq, erf, mathFunctions, monadPar, mwcRandom +, primitive, vector, vectorAlgorithms }: cabal.mkDerivation (self: { pname = "statistics"; - version = "0.10.0.1"; - sha256 = "0bn131yzq3qk4dpr78i3ndsxyn7hars9jw9krfsxmin9pqr114sw"; + version = "0.10.1.0"; + sha256 = "0fnpwnhcwxjcm81b9daqdy07cw5qgqa7m2bj6fxxwicpvawcyabc"; buildDepends = [ - deepseq erf monadPar mwcRandom primitive vector vectorAlgorithms + deepseq erf mathFunctions monadPar mwcRandom primitive vector + vectorAlgorithms ]; meta = { homepage = "https://github.com/bos/statistics";