1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Update math/hs-statistics to 0.9.0.0

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-08-14 18:08:32 +00:00
parent 67dd929300
commit b671e84b83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279721
4 changed files with 9 additions and 7 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= criterion
PORTVERSION= 0.5.0.10
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= benchmarks haskell
MAINTAINER= haskell@FreeBSD.org

View File

@ -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= *

View File

@ -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

View File

@ -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