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

PORTNAME=	aeson
PORTVERSION=	0.6.1.0
PORTREVISION=	3
CATEGORIES=	converters haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Fast JSON parsing and encoding

LICENSE=	BSD

USE_CABAL=	attoparsec>=0.8.6.1 blaze-builder>=0.2.1.4 dlist>=0.2 \
		hashable>=1.1.2.0 mtl syb text>=0.11.1.0 \
		unordered-containers>=0.1.3.0 vector>=0.7.1

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