The attoparsec-enumerator package.

WWW: http://john-millikin.com/software/attoparsec-enumerator/

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-08-13 19:35:15 +00:00
parent 177dc280cf
commit 6f1c542521
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279628
5 changed files with 29 additions and 0 deletions

View File

@ -19,6 +19,7 @@ ansi-terminal_port= devel/hs-ansi-terminal
ansi-wl-pprint_port= devel/hs-ansi-wl-pprint
arrows_port= devel/hs-arrows
attoparsec_port= textproc/hs-attoparsec
attoparsec-enumerator_port= textproc/hs-attoparsec-enumerator
binary_port= devel/hs-binary
bio_port= science/hs-bio
blaze-builder_port= devel/hs-blaze-builder

View File

@ -233,6 +233,7 @@
SUBDIR += hs-Diff
SUBDIR += hs-HaXml
SUBDIR += hs-attoparsec
SUBDIR += hs-attoparsec-enumerator
SUBDIR += hs-bytestring-csv
SUBDIR += hs-case-insensitive
SUBDIR += hs-citeproc-hs

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: hs-attoparsec-enumerator
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= attoparsec-enumerator
PORTVERSION= 0.2.0.4
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Convert an Attoparsec parser into an iteratee
LICENSE= MIT
FILE_LICENSE= license.txt
CABAL_SETUP= Setup.hs
USE_CABAL= attoparsec>=0.8 enumerator>=0.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/attoparsec-enumerator-0.2.0.4.tar.gz) = ed8ded02e2e230faaff0819be1484256ff91cbbb20b438491d933876ef1e6593
SIZE (cabal/attoparsec-enumerator-0.2.0.4.tar.gz) = 2020

View File

@ -0,0 +1,3 @@
The attoparsec-enumerator package.
WWW: http://john-millikin.com/software/attoparsec-enumerator/