mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
This package was originally included with the conduit package, and has
since been split off. WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell
This commit is contained in:
parent
3437ef3621
commit
78722a65eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298132
21
devel/hs-resourcet/Makefile
Normal file
21
devel/hs-resourcet/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: hs-resourcet
|
||||
# Date created: April 7, 2012
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= resourcet
|
||||
PORTVERSION= 0.3.2.1
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Deterministic allocation and freeing of scarce resources
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= lifted-base>=0.1 monad-control>=0.3.1 transformers>=0.2.2 \
|
||||
transformers-base>=0.4.1
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
devel/hs-resourcet/distinfo
Normal file
2
devel/hs-resourcet/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/resourcet-0.3.2.1.tar.gz) = cf44343dd61cb13ca6c6c5e8642640d6e2b572f3d09e977d4d6b0497e4c20cbf
|
||||
SIZE (cabal/resourcet-0.3.2.1.tar.gz) = 7045
|
4
devel/hs-resourcet/pkg-descr
Normal file
4
devel/hs-resourcet/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This package was originally included with the conduit package, and has
|
||||
since been split off.
|
||||
|
||||
WWW: http://github.com/snoyberg/conduit
|
@ -226,6 +226,7 @@ regex-compat_port= textproc/hs-regex-compat
|
||||
regex-pcre-builtin_port= textproc/hs-regex-pcre-builtin
|
||||
regex-posix_port= textproc/hs-regex-posix
|
||||
resource-pool_port= devel/hs-resource-pool
|
||||
resourcet_port= devel/hs-resourcet
|
||||
RSA_port= security/hs-RSA
|
||||
safe_port= devel/hs-safe
|
||||
scgi_port= www/hs-scgi
|
||||
|
Loading…
Reference in New Issue
Block a user