freebsd-ports/devel/hs-hlint/Makefile
2021-09-05 10:41:08 +03:00

72 lines
1.6 KiB
Makefile

PORTNAME= hlint
PORTVERSION= 3.3.4
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Source code suggestions
LICENSE= BSD3CLAUSE
USES= cabal
USE_CABAL= aeson-1.5.6.0_2 \
alex-3.2.6 \
ansi-terminal-0.11 \
assoc-1.0.2_1 \
attoparsec-0.13.2.5_1 \
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_1 \
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_1 \
dlist-1.0 \
extra-1.7.9 \
file-embed-0.0.13.0 \
filepattern-0.1.2 \
ghc-lib-parser-9.0.1.20210324 \
ghc-lib-parser-ex-9.0.0.4 \
happy-1.20.0 \
hashable-1.3.1.0 \
hscolour-1.24.4 \
indexed-traversable-0.1.1_1 \
integer-logarithms-1.0.3.1 \
libyaml-0.1.2 \
mono-traversable-1.0.15.1_1 \
old-locale-1.0.0.7_2 \
polyparse-1.13_2 \
primitive-0.7.1.0_3 \
random-1.2.0_6 \
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_1 \
syb-0.7.2.1 \
tagged-0.8.6.1_2 \
th-abstraction-0.4.2.0_1 \
these-1.1.1.1_2 \
time-compat-1.9.5_1 \
transformers-compat-0.6.6 \
uniplate-1.6.13_1 \
unliftio-core-0.2.0.1_2 \
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>