aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2011-08-15 02:08:32 +0800
committerpgj <pgj@FreeBSD.org>2011-08-15 02:08:32 +0800
commit025a351721233dc053ba7b42a5db811a40937052 (patch)
tree7d9405522eb8a928fc112e8e3a089ae4f1b43f3e
parent2b038ccad42888d3f8d1e332554d69689b73f889 (diff)
downloadfreebsd-ports-gnome-025a351721233dc053ba7b42a5db811a40937052.tar.gz
freebsd-ports-gnome-025a351721233dc053ba7b42a5db811a40937052.tar.zst
freebsd-ports-gnome-025a351721233dc053ba7b42a5db811a40937052.zip
- Update math/hs-statistics to 0.9.0.0
Obtained from: FreeBSD Haskell
-rw-r--r--benchmarks/hs-criterion/Makefile2
-rw-r--r--math/hs-statistics/Makefile6
-rw-r--r--math/hs-statistics/distinfo4
-rw-r--r--math/hs-statistics/pkg-descr4
4 files changed, 9 insertions, 7 deletions
diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile
index 4ee143d678be..3d4eb3492804 100644
--- a/benchmarks/hs-criterion/Makefile
+++ b/benchmarks/hs-criterion/Makefile
@@ -7,7 +7,7 @@
PORTNAME= criterion
PORTVERSION= 0.5.0.10
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= benchmarks haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile
index 0f472ea22d76..f8d6d2577209 100644
--- a/math/hs-statistics/Makefile
+++ b/math/hs-statistics/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= statistics
-PORTVERSION= 0.8.0.5
-PORTREVISION= 4
+PORTVERSION= 0.9.0.0
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
@@ -15,7 +14,8 @@ COMMENT= A Haskell library of statistical types, data, and functions
LICENSE= BSD
-USE_CABAL= erf mwc-random>=0.8.0.3 primitive>=0.3 vector>=0.7 \
+USE_CABAL= aeson deepseq>=1.1.0.2 erf monad-par>=0.1.0.1 \
+ mwc-random>=0.8.0.3 primitive>=0.3 vector>=0.7 \
vector-algorithms>=0.4
PORTDATA= *
diff --git a/math/hs-statistics/distinfo b/math/hs-statistics/distinfo
index 862791fb5410..b2f6ac46f351 100644
--- a/math/hs-statistics/distinfo
+++ b/math/hs-statistics/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/statistics-0.8.0.5.tar.gz) = b6df0f211a231cbd84160a131664f2d1e7eb49edacce32b19e08d12879e8f967
-SIZE (cabal/statistics-0.8.0.5.tar.gz) = 30729
+SHA256 (cabal/statistics-0.9.0.0.tar.gz) = a70f3269c044f6e4dd9da894c710eb44896eb4a451aa097fa721002de74b97e7
+SIZE (cabal/statistics-0.9.0.0.tar.gz) = 32259
diff --git a/math/hs-statistics/pkg-descr b/math/hs-statistics/pkg-descr
index 51a6dcb672eb..e90d25803559 100644
--- a/math/hs-statistics/pkg-descr
+++ b/math/hs-statistics/pkg-descr
@@ -14,4 +14,6 @@ estimation, bootstrap methods, and autocorrelation analysis.
Random variate generation under several different distributions.
-WWW: http://darcs.serpentine.com/statistics
+Common statistical tests for significant differences between samples.
+
+WWW: http://darcs.serpentine.com/statistics