diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:14:13 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:14:13 +0000 |
commit | 393681f847a72806746ac5e01abe55c3ddcf7b37 (patch) | |
tree | e02e5f5d38797db39b39c5dfca19618de45fc80b /math | |
parent | d57f2049e6a3efa25cc7986753fdfef125bdb087 (diff) | |
download | ports-393681f847a72806746ac5e01abe55c3ddcf7b37.tar.gz ports-393681f847a72806746ac5e01abe55c3ddcf7b37.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-statistics/Makefile | 7 | ||||
-rw-r--r-- | math/hs-statistics/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile index f8d6d2577209..8870be7c51dc 100644 --- a/math/hs-statistics/Makefile +++ b/math/hs-statistics/Makefile @@ -6,7 +6,7 @@ # PORTNAME= statistics -PORTVERSION= 0.9.0.0 +PORTVERSION= 0.10.0.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -14,11 +14,10 @@ COMMENT= A Haskell library of statistical types, data, and functions LICENSE= BSD -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 \ +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 \ vector-algorithms>=0.4 -PORTDATA= * INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/math/hs-statistics/distinfo b/math/hs-statistics/distinfo index b2f6ac46f351..007faf28f2a9 100644 --- a/math/hs-statistics/distinfo +++ b/math/hs-statistics/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/statistics-0.9.0.0.tar.gz) = a70f3269c044f6e4dd9da894c710eb44896eb4a451aa097fa721002de74b97e7 -SIZE (cabal/statistics-0.9.0.0.tar.gz) = 32259 +SHA256 (cabal/statistics-0.10.0.1.tar.gz) = 5c931032bec9c6dab5cb3371997456f058df75b323a2936f23130ffc7d18c12e +SIZE (cabal/statistics-0.10.0.1.tar.gz) = 59321 |