1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

Allocate resources from a pool, guaranteeing resource handling via the

ResourceT transformer.

WWW:	http://www.yesodweb.com/book/persistent

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 19:07:11 +00:00
parent 0386079a07
commit 9710ba78df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298127
4 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-pool-conduit
# Date created: April 7, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= pool-conduit
PORTVERSION= 0.1.0.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Resource pool allocations via ResourceT
LICENSE= BSD
USE_CABAL= resource-pool>=0.2.1 resourcet>=0.3 transformers>=0.2.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/pool-conduit-0.1.0.2.tar.gz) = 7efaa2e776359d3f75ee2d981b0e84a2f53a34d857b810804d936dbda79e42bb
SIZE (cabal/pool-conduit-0.1.0.2.tar.gz) = 2066

View File

@ -0,0 +1,4 @@
Allocate resources from a pool, guaranteeing resource handling via the
ResourceT transformer.
WWW: http://www.yesodweb.com/book/persistent

View File

@ -208,6 +208,7 @@ persistent-template_port= databases/hs-persistent-template
polyparse_port= textproc/hs-polyparse
pointed_port= math/hs-pointed
pool_port= devel/hs-pool
pool-conduit_port= devel/hs-pool-conduit
porte_port= ports-mgmt/hs-porte # executable
primitive_port= devel/hs-primitive
probability_port= math/hs-probability