- Update to 0.3
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
6485a409d5
commit
28c7eccc5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298207
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= monad-par
|
||||
PORTVERSION= 0.1.0.3
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
@ -15,7 +15,9 @@ COMMENT= A library for parallel programming based on a monad
|
||||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
USE_CABAL= deepseq>=1.1 HUnit>=1.2
|
||||
|
||||
USE_CABAL= abstract-deque>=0.1.4 abstract-par monad-par-extras \
|
||||
mtl>=2.0.1.0 mwc-random>=0.11 parallel>=3.1
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cabal/monad-par-0.1.0.3.tar.gz) = af0a8d47f28f17b0bad59da803bfb5c3b4aa52556f69c10cd850944023651eb0
|
||||
SIZE (cabal/monad-par-0.1.0.3.tar.gz) = 66529
|
||||
SHA256 (cabal/monad-par-0.3.tar.gz) = 4dff74044354c05676c7d69454f3b11a4855eb8ebe92c5f223e8a30d31fa7fa7
|
||||
SIZE (cabal/monad-par-0.3.tar.gz) = 25388
|
||||
|
@ -1,5 +1,5 @@
|
||||
This library offers an alternative parallel programming API to that
|
||||
provided by the parallel package. The Par monad allows the simple
|
||||
provided by the 'parallel' package. The Par monad allows the simple
|
||||
description of parallel computations, and can be used to add parallelism
|
||||
to pure Haskell code. The basic API is straightforward: the monad
|
||||
supports forking and simple communication in terms of IVars. The library
|
||||
|
Loading…
Reference in New Issue
Block a user