blob: e3178b40ab1bbcc689670b6986e90c15af665a17 (
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
|
PORTNAME= cabal2tuple
PORTVERSION= 1.0.3.0
CATEGORIES= ports-mgmt haskell
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Generate USE_CABAL and GH_TUPLE knobs for Haskell ports
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ghc-8.10.7:lang/ghc810
USES= cabal
USE_GITLAB= yes
GL_SITE= https://foss.heptapod.net
GL_ACCOUNT= bsdutils
GL_COMMIT= 71e15f6b22106489576a2a84b16017b3ca4c211c
USE_CABAL= OneTuple-0.3 \
StateVar-1.2.2 \
aeson-2.0.1.0_1 \
ansi-terminal-0.11.3 \
ansi-wl-pprint-0.6.9_3 \
assoc-1.0.2_2 \
async-2.2.4_1 \
attoparsec-0.14.4_1 \
base-compat-0.12.1 \
base-compat-batteries-0.12.1_2 \
base-orphans-0.8.6 \
base16-bytestring-1.0.2.0 \
bifunctors-5.5.12 \
boring-0.2_1 \
cabal-plan-0.7.2.1_1 \
colour-2.3.6 \
comonad-5.0.8_1 \
contravariant-1.5.5 \
data-fix-0.3.2_2 \
dec-0.0.4_1 \
distributive-0.6.2.1_1 \
dlist-1.0 \
hashable-1.3.3.0 \
indexed-profunctors-0.1.1 \
indexed-traversable-0.1.2_1 \
indexed-traversable-instances-0.1.1_1 \
integer-logarithms-1.0.3.1_2 \
optics-core-0.4.1_1 \
optparse-applicative-0.16.1.0_2 \
primitive-0.7.4.0 \
random-1.2.1.1 \
scientific-0.3.7.0_2 \
semialign-1.2.0.1_2 \
semigroupoids-5.3.7 \
singleton-bool-0.1.6_1 \
some-1.0.4 \
splitmix-0.1.0.4 \
strict-0.4.0.1_4 \
tagged-0.8.6.1_2 \
th-abstraction-0.4.3.0 \
these-1.1.1.1_5 \
time-compat-1.9.6.1_3 \
topograph-1.0.0.1_4 \
transformers-compat-0.7.2 \
unordered-containers-0.2.19.1 \
uuid-types-1.0.5_2 \
vector-0.12.3.1_2 \
witherable-0.4.2_3
.include <bsd.port.mk>
|