kili b780d918ea Update to hs-aeson-0.7.0.6.
(Initial diff probably from ian@ last year)
2015-07-23 18:00:11 +00:00

30 lines
667 B
Makefile

# $OpenBSD: Makefile,v 1.9 2015/07/23 18:00:11 kili Exp $
COMMENT = fast JSON parsing and encoding
DISTNAME = aeson-0.7.0.6
CATEGORIES = devel
HOMEPAGE = https://github.com/bos/aeson
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS = devel/hs-blaze-builder>=0.2.1.4 \
devel/hs-dlist>=0.2 \
devel/hs-hashable>=1.1.2.0 \
devel/hs-mtl \
devel/hs-syb \
devel/hs-scientific>=0.3.1,<0.4 \
devel/hs-text>=0.11.1.0 \
devel/hs-unordered-containers>=0.2.3.0 \
devel/hs-vector>=0.7.1 \
textproc/hs-attoparsec>=0.11.3.4
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>