summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-04-14 20:54:59 +0200
committerPeter Simons <simons@cryp.to>2013-04-14 23:06:17 +0200
commitbef28c980743c08e37e71b035fab5d09e4d95a87 (patch)
tree48d42960a3d492afab9874eec3a652521c7d4e83 /pkgs
parent969f6da0470177b7080093d4700a3bb4b6de1cad (diff)
downloadnixlib-bef28c980743c08e37e71b035fab5d09e4d95a87.tar
nixlib-bef28c980743c08e37e71b035fab5d09e4d95a87.tar.gz
nixlib-bef28c980743c08e37e71b035fab5d09e4d95a87.tar.bz2
nixlib-bef28c980743c08e37e71b035fab5d09e4d95a87.tar.lz
nixlib-bef28c980743c08e37e71b035fab5d09e4d95a87.tar.xz
nixlib-bef28c980743c08e37e71b035fab5d09e4d95a87.tar.zst
nixlib-bef28c980743c08e37e71b035fab5d09e4d95a87.zip
haskell-statistics: update to version 0.10.3.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/statistics/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/statistics/default.nix b/pkgs/development/libraries/haskell/statistics/default.nix
index 40f9214ad33d..5aa308a0e0ec 100644
--- a/pkgs/development/libraries/haskell/statistics/default.nix
+++ b/pkgs/development/libraries/haskell/statistics/default.nix
@@ -6,15 +6,16 @@
 
 cabal.mkDerivation (self: {
   pname = "statistics";
-  version = "0.10.2.0";
-  sha256 = "1sv0fhbi52maq9c4ni109m0051a1nndi3ncz9v29mkxqzyckrp9x";
+  version = "0.10.3.0";
+  sha256 = "1ay03y9z84mc4ai6i4g81v129rhg4146kad4ggb2gimbj6851fw1";
   buildDepends = [
     deepseq erf mathFunctions monadPar mwcRandom primitive vector
     vectorAlgorithms
   ];
   testDepends = [
-    erf HUnit ieee754 mathFunctions primitive QuickCheck testFramework
-    testFrameworkHunit testFrameworkQuickcheck2 vector vectorAlgorithms
+    erf HUnit ieee754 mathFunctions mwcRandom primitive QuickCheck
+    testFramework testFrameworkHunit testFrameworkQuickcheck2 vector
+    vectorAlgorithms
   ];
   doCheck = false;
   meta = {