# $FreeBSD: tags/RELEASE_11_1_0/converters/hs-aeson/Makefile 394918 2015-08-20 23:02:14Z pgj $

PORTNAME=	aeson
PORTVERSION=	0.8.0.2
CATEGORIES=	converters haskell

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

LICENSE=	BSD3CLAUSE

USE_CABAL=	attoparsec>=0.11.3.4 dlist>=0.2 hashable>=1.1.2.0 mtl \
		old-locale scientific>=0.3.1 syb text>=1.1.1.0 \
		unordered-containers>=0.2.3.0 vector>=0.7.1

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