mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
67 lines
1.4 KiB
Makefile
67 lines
1.4 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hlint
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Source code suggestions
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cabal
|
|
|
|
BUILD_DEPENDS= alex:devel/hs-alex \
|
|
happy:devel/hs-happy
|
|
|
|
USE_CABAL= aeson-1.4.2.0_1 \
|
|
alex-3.2.4 \
|
|
ansi-terminal-0.9 \
|
|
attoparsec-0.13.2.2 \
|
|
base-compat-0.10.5 \
|
|
clock-0.7.2 \
|
|
cmdargs-0.10.20 \
|
|
colour-2.3.4 \
|
|
conduit-1.3.1 \
|
|
cpphs-1.20.8 \
|
|
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.5 \
|
|
exceptions-0.10.0_2 \
|
|
extra-1.6.14 \
|
|
ghc-lib-parser-8.8.0.20190424 \
|
|
happy-1.19.9_3 \
|
|
hashable-1.2.7.0_1 \
|
|
haskell-src-exts-1.21.0 \
|
|
haskell-src-exts-util-0.2.5 \
|
|
hscolour-1.24.4 \
|
|
integer-logarithms-1.0.2.2 \
|
|
libyaml-0.1.1.0 \
|
|
mono-traversable-1.0.11.0 \
|
|
old-locale-1.0.0.7_2 old-time-1.1.0.3_2 \
|
|
polyparse-1.12.1 \
|
|
primitive-0.6.4.0_1 \
|
|
random-1.1_1 \
|
|
refact-0.3.0.2 \
|
|
resourcet-1.2.2 \
|
|
scientific-0.3.6.2 \
|
|
semigroups-0.18.5 \
|
|
split-0.2.3.3_1 \
|
|
syb-0.7 \
|
|
tagged-0.8.6 \
|
|
th-abstraction-0.2.10.0 \
|
|
time-locale-compat-0.1.1.5 \
|
|
transformers-compat-0.6.2 \
|
|
uniplate-1.6.12 \
|
|
unliftio-core-0.1.2.0_1 \
|
|
unordered-containers-0.2.10.0 \
|
|
uuid-types-1.0.3_1 \
|
|
vector-0.12.0.2 \
|
|
vector-algorithms-0.8.0.1 \
|
|
yaml-0.11.0.0
|
|
|
|
.include <bsd.port.mk>
|