fff1aa535b
* Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
17 lines
466 B
Makefile
17 lines
466 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aeson
|
|
PORTVERSION= 1.3.1.0
|
|
CATEGORIES= converters haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Fast JSON parsing and encoding
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= attoparsec>=0.13.0.1 base-compat>=0.9.1 dlist>=0.6 hashable>=1.1.2.0 \
|
|
scientific>=0.3.1 tagged th-abstraction time-locale-compat>=0.1.1 \
|
|
unordered-containers>=0.2.3.0 uuid-types>=1.0.3 vector>=0.8
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|