1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/hs-hlint/Makefile
2021-04-21 06:48:23 +02:00

71 lines
1.5 KiB
Makefile

PORTNAME= hlint
PORTVERSION= 3.2.7
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Source code suggestions
LICENSE= BSD3CLAUSE
USES= cabal
USE_CABAL= aeson-1.5.6.0 \
ansi-terminal-0.11 \
assoc-1.0.2_1 \
attoparsec-0.13.2.5 \
base-compat-0.11.2 \
base-compat-batteries-0.11.2 \
base-orphans-0.8.4 \
bifunctors-5.5.10 \
clock-0.8.2 \
cmdargs-0.10.21 \
colour-2.3.5 \
comonad-5.0.8 \
conduit-1.3.4 \
cpphs-1.20.9.1 \
data-default-0.7.1.1 \
data-default-class-0.1.2.0 \
data-default-instances-containers-0.0.1 \
data-default-instances-dlist-0.0.1 \
data-default-instances-old-locale-0.0.1 \
data-fix-0.3.1 \
distributive-0.6.2.1 \
dlist-1.0 \
extra-1.7.9 \
file-embed-0.0.13.0 \
filepattern-0.1.2 \
ghc-lib-parser-ex-8.10.0.19 \
hashable-1.3.1.0 \
hscolour-1.24.4 \
indexed-traversable-0.1.1 \
integer-logarithms-1.0.3.1 \
libyaml-0.1.2 \
mono-traversable-1.0.15.1 \
old-locale-1.0.0.7_2 \
polyparse-1.13_2 \
primitive-0.7.1.0_2 \
random-1.2.0_5 \
refact-0.3.0.2 \
resourcet-1.2.4.2 \
scientific-0.3.6.2 \
split-0.2.3.4_1 \
splitmix-0.1.0.3 \
strict-0.4.0.1 \
syb-0.7.2.1 \
tagged-0.8.6.1 \
th-abstraction-0.4.2.0 \
these-1.1.1.1_1 \
time-compat-1.9.5_1 \
transformers-compat-0.6.6 \
uniplate-1.6.13_1 \
unliftio-core-0.2.0.1_1 \
unordered-containers-0.2.13.0 \
utf8-string-1.0.2 \
uuid-types-1.0.4 \
vector-0.12.2.0 \
vector-algorithms-0.8.0.4_1 \
yaml-0.11.5.0
.include <bsd.port.mk>