Author: simons
Date: Tue Jan 24 15:06:32 2012
New Revision: 31820
URL: https://nixos.org/websvn/nix/?rev=31820&sc=1

Log:
haskell-statistics: updated to version 0.10.1.0

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/statistics/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/statistics/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/statistics/default.nix     
Tue Jan 24 15:06:30 2012        (r31819)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/statistics/default.nix     
Tue Jan 24 15:06:32 2012        (r31820)
@@ -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";;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to