- Update to 0.5.1.0

This commit is contained in:
Gabor Pali 2010-06-08 12:41:40 +00:00
parent dee83b4e16
commit 5ba9d7e4d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256123
3 changed files with 5 additions and 6 deletions

View file

@ -6,13 +6,13 @@
#
PORTNAME= statistics
PORTVERSION= 0.4.1
PORTVERSION= 0.5.1.0
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A Haskell library of statistical types, data, and functions
USE_HACKAGE= erf mwc-random uvector>=0.1.0.4 uvector-algorithms>=0.2
USE_HACKAGE= erf mwc-random>=0.5.0.0 primitive vector>=0.5 vector-algorithms>=0.3
PORTDATA= *
INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}

View file

@ -1,3 +1,3 @@
MD5 (statistics-0.4.1.tar.gz) = c2718dd1c30c85f2d691ffcfbc98e697
SHA256 (statistics-0.4.1.tar.gz) = ecda5fbaea659602ac5a5f0809a29638d52ef970e76d7b5656579536cd5e7e4c
SIZE (statistics-0.4.1.tar.gz) = 22146
MD5 (statistics-0.5.1.0.tar.gz) = 55e73eedbb94932ac04a2cd75c4a1e2e
SHA256 (statistics-0.5.1.0.tar.gz) = 121f7e017a39b3e10aa6dd6b776c96cbba764dfeaa095538d575b042605d2b71
SIZE (statistics-0.5.1.0.tar.gz) = 22486

View file

@ -15,7 +15,6 @@
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/KernelDensity.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Math.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Quantile.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/RandomVariate.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Resampling.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Resampling/Bootstrap.hi
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Statistics/Sample.hi