freebsd-ports/www/hs-wai-app-static/Makefile
Gleb Popov b299244952 lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well.
2020-08-16 07:56:18 +00:00

97 lines
2 KiB
Makefile

# $FreeBSD$
PORTNAME= wai-app-static
PORTVERSION= 3.1.7.1
PORTREVISION= 2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= WAI application for static serving
LICENSE= MIT
USES= cabal
USE_CABAL= aeson-1.5.2.0 \
ansi-terminal-0.10.3 \
ansi-wl-pprint-0.6.9_1 \
appar-0.1.8 \
asn1-encoding-0.9.6_1 \
asn1-parse-0.9.5 \
asn1-types-0.3.4 \
assoc-1.0.1_1 \
async-2.2.2_1 \
attoparsec-0.13.2.4 \
auto-update-0.1.6 \
base-compat-0.11.1 \
base-compat-batteries-0.11.1 \
base-orphans-0.8.2 \
base64-bytestring-1.1.0.0 \
basement-0.0.11_2 \
bifunctors-5.5.7 \
blaze-builder-0.4.1.0 \
blaze-html-0.9.1.2 \
blaze-markup-0.8.2.5 \
bsb-http-chunked-0.0.0.4_2 \
byteorder-1.0.4 \
cabal-doctest-1.0.8_1 \
case-insensitive-1.2.1.0 \
colour-2.3.5 \
comonad-5.0.6_1 \
cookie-0.4.5 \
cryptonite-0.27 \
data-default-class-0.1.2.0 \
distributive-0.6.2_1 \
dlist-0.8.0.8 \
easy-file-0.2.2 \
fast-logger-3.0.1 \
file-embed-0.0.12.0 \
hashable-1.3.0.0_1 \
hourglass-0.2.12 \
hsc2hs-0.68.7 \
http-date-0.0.8 \
http-types-0.12.3 \
http2-2.0.4 \
integer-logarithms-1.0.3_2 \
iproute-1.7.9_1 \
memory-0.15.0_1 \
mime-types-0.1.0.9 \
network-3.1.1.1 \
network-byte-order-0.1.5 \
old-locale-1.0.0.7_2 \
old-time-1.1.0.3_2 \
optparse-applicative-0.15.1.0_1 \
pem-0.2.4 \
primitive-0.7.0.1 \
psqueues-0.2.7.2_1 \
random-1.1_1 \
resourcet-1.2.4.1 \
scientific-0.3.6.2 \
semigroups-0.19.1 \
simple-sendfile-0.2.30 \
streaming-commons-0.2.1.2 \
tagged-0.8.6_2 \
th-abstraction-0.3.2.0 \
these-1.1 \
time-compat-1.9.3 \
time-manager-0.0.0 \
transformers-compat-0.6.5 \
unix-compat-0.5.2_1 \
unix-time-0.4.7 \
unliftio-core-0.2.0.1_1 \
unordered-containers-0.2.11.0 \
uuid-types-1.0.3_2 \
vault-0.3.1.4 \
vector-0.12.1.2 \
void-0.7.3 \
wai-3.2.2.1 \
wai-extra-3.0.29.2 \
wai-logger-2.3.6 \
warp-3.3.12 \
word8-0.1.3 \
x509-1.7.5_1 \
zlib-0.6.2.1_1
EXECUTABLES= warp
.include <bsd.port.mk>