Stream socket data using conduits.

WWW:	http://github.com/snoyberg/conduit

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 19:18:16 +00:00
parent 1163bed913
commit f4d3bfa331
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298137
4 changed files with 27 additions and 0 deletions

View File

@ -191,6 +191,7 @@ murmur-hash_port= devel/hs-murmur-hash
mwc-random_port= math/hs-mwc-random
mysql_port= databases/hs-mysql
network_port= net/hs-network
network-conduit_port= net/hs-network-conduit
NumInstances_port= math/hs-NumInstances
ObjectName_port= devel/hs-ObjectName
oeis_port= www/hs-oeis

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: hs-network-conduit
# Date created: April 8, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= network-conduit
PORTVERSION= 0.4.0.1
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Stream socket data using conduits
LICENSE= BSD
USE_CABAL= conduit>=0.4 lifted-base>=0.1 monad-control>=0.3 \
network>=2.3 transformers>=0.2.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/network-conduit-0.4.0.1.tar.gz) = 7499cf5a05217e9cb38922ecd4a0d26c87553d2537bfe87b00d6db49b282ae76
SIZE (cabal/network-conduit-0.4.0.1.tar.gz) = 4150

View File

@ -0,0 +1,3 @@
Stream socket data using conduits.
WWW: http://github.com/snoyberg/conduit