aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hlint/Makefile
blob: 7d8f34a452598da075375a86c373e9d8261358ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
PORTNAME=	hlint
PORTVERSION=	3.2.7
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>