b299244952
As usual, along with the compiler, many Haskell packages are updated as well.
40 lines
808 B
Makefile
40 lines
808 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aeson-pretty
|
|
PORTVERSION= 0.8.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= converters haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= JSON pretty-printing command-line tool
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cabal
|
|
|
|
USE_CABAL= aeson-1.5.0.0 \
|
|
assoc-1.0.1_1 \
|
|
attoparsec-0.13.2.4 \
|
|
base-compat-0.11.1 \
|
|
base-compat-batteries-0.11.1 \
|
|
base-orphans-0.8.2 \
|
|
bifunctors-5.5.7 \
|
|
cabal-doctest-1.0.8_1 \
|
|
cmdargs-0.10.20 \
|
|
comonad-5.0.6 \
|
|
distributive-0.6.2 \
|
|
dlist-0.8.0.8 \
|
|
hashable-1.3.0.0_1 \
|
|
integer-logarithms-1.0.3_2 \
|
|
primitive-0.7.0.1 \
|
|
random-1.1_1 \
|
|
scientific-0.3.6.2 \
|
|
tagged-0.8.6_2 \
|
|
th-abstraction-0.3.2.0 \
|
|
time-compat-1.9.3 \
|
|
transformers-compat-0.6.5 \
|
|
unordered-containers-0.2.10.0_1 \
|
|
uuid-types-1.0.3_2 \
|
|
vector-0.12.1.2
|
|
|
|
.include <bsd.port.mk>
|