aboutsummaryrefslogtreecommitdiff
path: root/misc/hs-hascard/Makefile
blob: b8abfb181d71e879980aff0477a9c98220177436 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
PORTNAME=	hascard
DISTVERSION=	0.6.0.2
PORTREVISION=	1
CATEGORIES=	misc haskell

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Minimal command-line utility for reviewing notes
WWW=		https://github.com/Yvee1/hascard/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cabal

USE_CABAL=	MonadPrompt-1.0.0.5 \
		MonadRandom-0.6.2 \
		QuickCheck-2.17.1.0 \
		ansi-terminal-1.1.4 \
		ansi-terminal-types-1.1.3 \
		assoc-1.1.1_1 \
		bimap-0.5.0 \
		blaze-builder-0.4.4.1 \
		brick-2.10 \
		call-stack-0.4.0 \
		case-insensitive-1.2.1.0 \
		clock-0.8.4 \
		colour-2.3.6 \
		config-ini-0.2.7.0_1 \
		data-clist-0.2_1 \
		data-default-0.8.0.1 \
		data-default-class-0.2.0.0 \
		directory-1.3.10.0 \
		erf-2.0.0.0 \
		extra-1.7.16_1 \
		file-io-0.1.5 \
		filepath-1.4.301.0_1 \
		hashable-1.5.0.0_1 \
		integer-logarithms-1.0.4 \
		math-functions-0.3.4.4 \
		megaparsec-9.7.0 \
		microlens-0.4.14.0 \
		microlens-ghc-0.4.15.1 \
		microlens-mtl-0.2.1.0 \
		microlens-platform-0.4.4.1 \
		microlens-th-0.4.3.17 \
		monad-loops-0.4.3 \
		mwc-random-0.15.2.0 \
		optparse-applicative-0.18.1.0_1 \
		ordered-containers-0.2.4 \
		parser-combinators-1.3.0_1 \
		prettyprinter-1.7.1 \
		prettyprinter-ansi-terminal-1.1.3 \
		primitive-0.9.1.0 \
		process-1.6.26.1 \
		random-1.2.1.3 \
		random-fu-0.3.0.1 \
		random-shuffle-0.0.4 \
		rvar-0.3.0.2 \
		scientific-0.3.8.0_2 \
		split-0.2.5 \
		splitmix-0.1.3.1 \
		strict-0.5.1_1 \
		syb-0.7.3 \
		tagged-0.8.10 \
		tasty-1.4.3 \
		tasty-hunit-0.10.2 \
		tasty-quickcheck-0.10.2 \
		text-zipper-0.13 \
		th-abstraction-0.7.1.0_1 \
		these-1.2.1_2 \
		transformers-compat-0.7.2 \
		unix-2.8.8.0 \
		unix-compat-0.7.4.1 \
		unordered-containers-0.2.21_1 \
		utf8-string-1.0.2 \
		vector-0.13.2.0_2 \
		vector-stream-0.1.0.1_4 \
		vty-6.5 \
		vty-crossplatform-0.4.0.0 \
		vty-unix-0.2.0.0 \
		word-wrap-0.5

.include <bsd.port.mk>