Turn attoparsec parsers into sinks.

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

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 19:25:28 +00:00
parent f4ff1b95c9
commit 88f4ff53b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298142
4 changed files with 26 additions and 0 deletions

View File

@ -24,6 +24,7 @@ arrows_port= devel/hs-arrows
asn1-data_port= devel/hs-asn1-data
attempt_port= devel/hs-attempt
attoparsec_port= textproc/hs-attoparsec
attoparsec-conduit_port= textproc/hs-attoparsec-conduit
attoparsec-enumerator_port= textproc/hs-attoparsec-enumerator
authenticate_port= www/hs-authenticate
base-unicode-symbols_port= devel/hs-base-unicode-symbols

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-attoparsec-conduit
# Date created: December 30, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= attoparsec-conduit
PORTVERSION= 0.4.0.1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Turn attoparsec parsers into sinks
LICENSE= BSD
USE_CABAL= attoparsec>=0.10 conduit>=0.4 text>=0.11 transformers>=0.2.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/attoparsec-conduit-0.4.0.1.tar.gz) = 6ca6b22b2c636ed34d6dd89fe0196ad17c97b8f3625b65ddba380dc295ea01e4
SIZE (cabal/attoparsec-conduit-0.4.0.1.tar.gz) = 2950

View File

@ -0,0 +1,3 @@
Turn attoparsec parsers into sinks.
WWW: http://github.com/snoyberg/conduit