diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:17:55 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:17:55 +0800 |
commit | fa5e5fd532fb99f14bec6d31765a7aab54e81de2 (patch) | |
tree | a7b81d5effb5ca0ad1d17b76731b0c24256ead16 /math | |
parent | f3c7de73c1cc586dee4a729083b60f3cec851405 (diff) | |
download | freebsd-ports-gnome-fa5e5fd532fb99f14bec6d31765a7aab54e81de2.tar.gz freebsd-ports-gnome-fa5e5fd532fb99f14bec6d31765a7aab54e81de2.tar.zst freebsd-ports-gnome-fa5e5fd532fb99f14bec6d31765a7aab54e81de2.zip |
- Update to 0.10.1.0
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-statistics/Makefile | 8 | ||||
-rw-r--r-- | math/hs-statistics/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile index 8870be7c51dc..81b14f0b3d2a 100644 --- a/math/hs-statistics/Makefile +++ b/math/hs-statistics/Makefile @@ -6,16 +6,16 @@ # PORTNAME= statistics -PORTVERSION= 0.10.0.1 +PORTVERSION= 0.10.1.0 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A Haskell library of statistical types, data, and functions +COMMENT= A library of statistical types, data, and functions LICENSE= BSD -USE_CABAL= deepseq>=1.1.0.2 erf monad-par>=0.1.0.1 \ - mwc-random>=0.8.0.5 primitive>=0.3 vector>=0.7.1 \ +USE_CABAL= erf math-functions>=0.1.1 monad-par>=0.1.0.1 \ + mwc-random>=0.11.0.0 primitive>=0.3 vector>=0.7.1 \ vector-algorithms>=0.4 INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} diff --git a/math/hs-statistics/distinfo b/math/hs-statistics/distinfo index 007faf28f2a9..9ded011f2d1f 100644 --- a/math/hs-statistics/distinfo +++ b/math/hs-statistics/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/statistics-0.10.0.1.tar.gz) = 5c931032bec9c6dab5cb3371997456f058df75b323a2936f23130ffc7d18c12e -SIZE (cabal/statistics-0.10.0.1.tar.gz) = 59321 +SHA256 (cabal/statistics-0.10.1.0.tar.gz) = 6c29cfb8da9745debb3372897a147eb87076806f58b5b402aa4c76cea0e5d73a +SIZE (cabal/statistics-0.10.1.0.tar.gz) = 45762 |