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

PORTNAME=	aeson-pretty
PORTVERSION=	0.7.2
CATEGORIES=	converters haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	JSON pretty-printing library and command-line tool

LICENSE=	BSD3CLAUSE

USE_CABAL=	aeson>=0.7 attoparsec>=0.10 cmdargs>=0.7 text>=0.11 \
		unordered-containers>=0.1.3.0 vector>=0.9

EXECUTABLE=	aeson-pretty

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