# New ports collection makefile for: hs-attoparsec
# Date created:        September 19, 2010
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD: ports/textproc/hs-attoparsec/Makefile,v 1.2 2012/02/13 05:25:13 pgj Exp $
#

PORTNAME=	attoparsec
PORTVERSION=	0.10.1.0
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Fast combinator parsing for bytestrings

LICENSE=	BSD

USE_CABAL=	deepseq text>=0.11.1.5

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
