freebsd-ports/devel/hs-hpack/Makefile
Gleb Popov 19c26acbf0 Upgrade lang/ghc to 8.8.3 and many Haskell ports along the way.
PR:		244784
Submitted by:	Evilham <contact@evilham.com> (some ports)
2020-05-04 18:08:10 +00:00

78 lines
1.6 KiB
Makefile

# $FreeBSD$
PORTNAME= hpack
PORTVERSION= 0.33.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Modern format for Haskell packages
LICENSE= BSD3CLAUSE
USES= cabal
USE_CABAL= Glob-0.10.0_1 \
aeson-1.4.6.0 \
asn1-encoding-0.9.6_1 \
asn1-parse-0.9.5 \
asn1-types-0.3.3 \
async-2.2.2 \
attoparsec-0.13.2.3_1 \
base-compat-0.11.1 \
base-orphans-0.8.2 \
basement-0.0.11_2 \
bifunctors-5.5.7 \
blaze-builder-0.4.1.0 \
cabal-doctest-1.0.8_1 \
case-insensitive-1.2.1.0 \
cereal-0.5.8.1 \
comonad-5.0.6 \
conduit-1.3.1.2 \
connection-0.3.1_1 \
cookie-0.4.5 \
cryptonite-0.26 \
data-default-class-0.1.2.0 \
distributive-0.6.1 \
dlist-0.8.0.7 \
exceptions-0.10.4 \
hashable-1.3.0.0 \
hourglass-0.2.12 \
hsc2hs-0.68.6 \
http-client-0.6.4.1 \
http-client-tls-0.3.5.3_1 \
http-types-0.12.3 \
infer-license-0.2.0 \
integer-logarithms-1.0.3_2 \
libyaml-0.1.2 \
memory-0.15.0_1 \
mime-types-0.1.0.9 \
mono-traversable-1.0.15.1 \
network-3.1.1.1 \
network-uri-2.6.3.0 \
pem-0.2.4 \
primitive-0.7.0.1 \
random-1.1_1 \
resourcet-1.2.3 \
scientific-0.3.6.2 \
socks-0.6.1 \
split-0.2.3.4 \
streaming-commons-0.2.1.2 \
tagged-0.8.6_2 \
text-metrics-0.3.0_4 \
th-abstraction-0.3.2.0 \
time-compat-1.9.2.2_2 \
tls-1.5.4 \
transformers-compat-0.6.5 \
unliftio-core-0.2.0.1 \
unordered-containers-0.2.10.0_1 \
uuid-types-1.0.3_2 \
vector-0.12.1.2 \
vector-algorithms-0.8.0.3 \
x509-1.7.5_1 \
x509-store-1.6.7_1 \
x509-system-1.6.6 \
x509-validation-1.6.11 \
yaml-0.11.3.0 \
zlib-0.6.2.1
.include <bsd.port.mk>