aboutsummaryrefslogtreecommitdiff
path: root/converters/hs-aeson-compat/Makefile
blob: 4a0a107ae1ecf8016488b215c0489f5ac0938746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	aeson-compat
PORTVERSION=	0.3.7
PORTREVISION=	1
CATEGORIES=	converters haskell

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

LICENSE=	BSD3CLAUSE

USE_CABAL=	aeson attoparsec attoparsec-iso8601 base-compat exceptions \
		hashable scientific semigroups tagged text time-locale-compat \
		unordered-containers vector

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