1cebaf7493
an alternative to enumerators/iterators, hoping to address the same issues with different trade-offs based on real-world experience with enumerators. WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell
22 lines
517 B
Makefile
22 lines
517 B
Makefile
# New ports collection makefile for: hs-conduit
|
|
# Date created: December 30, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= conduit
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Streaming data processing library
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= lifted-base>=0.1 monad-control>=0.3.1 resourcet>=0.3 \
|
|
text>=0.11 transformers>=0.2.2 transformers-base>=0.4.1 \
|
|
void>=0.5.5
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|