diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 18:04:20 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 18:04:20 +0000 |
commit | bb691dade75303a9d218db1fc6332cc97eeee4eb (patch) | |
tree | a5a840ac15fb1dde2d2694e77b79db9792e7695b | |
parent | 611e59cfb37a3502c63462902a2881bd55b7c492 (diff) | |
download | ports-bb691dade75303a9d218db1fc6332cc97eeee4eb.tar.gz ports-bb691dade75303a9d218db1fc6332cc97eeee4eb.zip |
Notes
-rw-r--r-- | benchmarks/hs-criterion/Makefile | 2 | ||||
-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 |
4 files changed, 6 insertions, 7 deletions
diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile index a046285dd9c5..4ee143d678be 100644 --- a/benchmarks/hs-criterion/Makefile +++ b/benchmarks/hs-criterion/Makefile @@ -7,7 +7,7 @@ PORTNAME= criterion PORTVERSION= 0.5.0.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= benchmarks haskell MAINTAINER= haskell@FreeBSD.org 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 |