diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-15 02:04:20 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-15 02:04:20 +0800 |
commit | f4936d4a687bb3c7ccc9a9d91ca630802e79134c (patch) | |
tree | e74e4a4fe41be1388a404410de70c87fe2fd3264 /math | |
parent | 2a38e26e6397e06cef888be3500377d42112149e (diff) | |
download | freebsd-ports-gnome-f4936d4a687bb3c7ccc9a9d91ca630802e79134c.tar.gz freebsd-ports-gnome-f4936d4a687bb3c7ccc9a9d91ca630802e79134c.tar.zst freebsd-ports-gnome-f4936d4a687bb3c7ccc9a9d91ca630802e79134c.zip |
- Update math/hs-mwc-random to 0.10.0.0
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-mwc-random/Makefile | 5 | ||||
-rw-r--r-- | math/hs-mwc-random/distinfo | 4 | ||||
-rw-r--r-- | math/hs-statistics/Makefile | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile index 10cfd745662b..f124f1b235c6 100644 --- a/math/hs-mwc-random/Makefile +++ b/math/hs-mwc-random/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mwc-random -PORTVERSION= 0.8.0.3 -PORTREVISION= 2 +PORTVERSION= 0.10.0.0 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +14,7 @@ COMMENT= Fast, high quality pseudo random number generation in Haskell LICENSE= BSD -USE_CABAL= primitive vector>=0.5 +USE_CABAL= primitive vector>=0.6.0.2 PORTDATA= * INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} diff --git a/math/hs-mwc-random/distinfo b/math/hs-mwc-random/distinfo index dacd575b42b8..f0da510f3483 100644 --- a/math/hs-mwc-random/distinfo +++ b/math/hs-mwc-random/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/mwc-random-0.8.0.3.tar.gz) = e3766496409ac1a30233252dba759b51ded428762c88db38ebd14d079d5752ea -SIZE (cabal/mwc-random-0.8.0.3.tar.gz) = 10657 +SHA256 (cabal/mwc-random-0.10.0.0.tar.gz) = 1ba95ebe18886ee49c0c7ff20a68f560541545931bfe9b0f065d4e260fe67f5d +SIZE (cabal/mwc-random-0.10.0.0.tar.gz) = 11113 diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile index 651918a10cf5..0f472ea22d76 100644 --- a/math/hs-statistics/Makefile +++ b/math/hs-statistics/Makefile @@ -7,7 +7,7 @@ PORTNAME= statistics PORTVERSION= 0.8.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org |