# $FreeBSD: textproc/hs-attoparsec/Makefile 331644 2013-10-26 00:52:33Z gerald $

PORTNAME=	attoparsec
PORTVERSION=	0.10.4.0
PORTREVISION=	2
CATEGORIES=	textproc haskell

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

LICENSE=	BSD

USE_CABAL=	text>=0.11.1.5

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