diff options
Diffstat (limited to 'math/hs-mwc-random')
-rw-r--r-- | math/hs-mwc-random/Makefile | 11 | ||||
-rw-r--r-- | math/hs-mwc-random/distinfo | 4 | ||||
-rw-r--r-- | math/hs-mwc-random/pkg-descr | 2 |
3 files changed, 6 insertions, 11 deletions
diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile index 302b0b7a054f..f98d85452521 100644 --- a/math/hs-mwc-random/Makefile +++ b/math/hs-mwc-random/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: hs-mwc-random -# Date created: January 03 2010 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= mwc-random -PORTVERSION= 0.12.0.0 -PORTREVISION= 1 +PORTVERSION= 0.12.0.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +10,7 @@ COMMENT= Fast, high quality pseudo random number generation LICENSE= BSD -USE_CABAL= primitive vector>=0.6.0.2 +USE_CABAL= primitive vector>=0.7 INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} diff --git a/math/hs-mwc-random/distinfo b/math/hs-mwc-random/distinfo index 7397e7c70054..3cbf5a63cc03 100644 --- a/math/hs-mwc-random/distinfo +++ b/math/hs-mwc-random/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/mwc-random-0.12.0.0.tar.gz) = 79c7b7224e5aa587c6e4ca9c1518c8ec894716f2f44048bf886eb1698bfb2f30 -SIZE (cabal/mwc-random-0.12.0.0.tar.gz) = 18142 +SHA256 (cabal/mwc-random-0.12.0.1.tar.gz) = ec78bdcdf87ed4ea390a20337f04dd551dbd62fc1846cd7f466a862162f704eb +SIZE (cabal/mwc-random-0.12.0.1.tar.gz) = 19471 diff --git a/math/hs-mwc-random/pkg-descr b/math/hs-mwc-random/pkg-descr index bf47d9d572c2..fb6751afe0fa 100644 --- a/math/hs-mwc-random/pkg-descr +++ b/math/hs-mwc-random/pkg-descr @@ -7,4 +7,4 @@ also extremely fast, between 2 and 3 times faster than the Mersenne Twister. Compared to the mersenne-random package, this package has a more convenient API, is faster, and supports more statistical distributions. -WWW: https://github.com/bos/mwc-random +WWW: https://github.com/bos/mwc-random |