mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
19c26acbf0
PR: 244784 Submitted by: Evilham <contact@evilham.com> (some ports)
67 lines
1.4 KiB
Makefile
67 lines
1.4 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hlint
|
|
PORTVERSION= 2.2.11
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Source code suggestions
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cabal
|
|
|
|
USE_CABAL= aeson-1.4.7.1_1 \
|
|
ansi-terminal-0.10.3 \
|
|
attoparsec-0.13.2.4 \
|
|
base-compat-0.11.1 \
|
|
base-compat-batteries-0.11.1 \
|
|
base-orphans-0.8.2 \
|
|
clock-0.8 \
|
|
cmdargs-0.10.20 \
|
|
colour-2.3.5 \
|
|
conduit-1.3.2 \
|
|
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 \
|
|
dlist-0.8.0.8 \
|
|
exceptions-0.10.4_1 \
|
|
extra-1.7.1 \
|
|
file-embed-0.0.11.2 \
|
|
filepattern-0.1.2 \
|
|
ghc-lib-parser-ex-8.8.5.8 \
|
|
happy-1.19.12 \
|
|
hashable-1.3.0.0_1 \
|
|
haskell-src-exts-1.23.0 \
|
|
haskell-src-exts-util-0.2.5 \
|
|
hscolour-1.24.4 \
|
|
integer-logarithms-1.0.3_2 \
|
|
libyaml-0.1.2 \
|
|
mono-traversable-1.0.15.1 \
|
|
old-locale-1.0.0.7_2 \
|
|
polyparse-1.13_1 \
|
|
primitive-0.7.0.1 \
|
|
random-1.1_1 \
|
|
refact-0.3.0.2 \
|
|
resourcet-1.2.4 \
|
|
scientific-0.3.6.2 \
|
|
semigroups-0.19.1 \
|
|
split-0.2.3.4 \
|
|
syb-0.7.1 \
|
|
tagged-0.8.6_2 \
|
|
th-abstraction-0.3.2.0 \
|
|
time-compat-1.9.3 \
|
|
uniplate-1.6.12_1 \
|
|
unliftio-core-0.2.0.1_1 \
|
|
unordered-containers-0.2.10.0_1 \
|
|
utf8-string-1.0.1.1_3 \
|
|
uuid-types-1.0.3_2 \
|
|
vector-0.12.1.2 \
|
|
vector-algorithms-0.8.0.3 \
|
|
yaml-0.11.3.0
|
|
|
|
.include <bsd.port.mk>
|