aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-git-brunch/Makefile
blob: dc1e6b015963d41b3bc0d8d083402a7d370c0ba6 (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
PORTNAME=	git-brunch
PORTVERSION=	1.5.0.0
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	git branch checkout command line tool

LICENSE=	BSD3CLAUSE

USES=		cabal

USE_CABAL=	HUnit-1.6.2.0 \
		QuickCheck-2.14.2 \
		StateVar-1.2.1 \
		ansi-terminal-0.11 \
		ansi-wl-pprint-0.6.9_2 \
		blaze-builder-0.4.2.1 \
		brick-0.62 \
		call-stack-0.3.0 \
		case-insensitive-1.2.1.0 \
		clock-0.8.2 \
		colour-2.3.5 \
		config-ini-0.2.4.0_2 \
		contravariant-1.5.3 \
		data-clist-0.1.2.3_1 \
		dlist-1.0 \
		hashable-1.3.1.0 \
		hspec-2.7.10 \
		hspec-core-2.7.10 \
		hspec-discover-2.7.10 \
		hspec-expectations-0.8.2 \
		integer-logarithms-1.0.3.1 \
		megaparsec-9.0.1_1 \
		microlens-0.4.12.0 \
		microlens-mtl-0.2.0.1 \
		microlens-th-0.4.3.9 \
		optparse-applicative-0.16.1.0 \
		parallel-3.2.2.0_3 \
		parser-combinators-1.3.0 \
		primitive-0.7.1.0_2 \
		quickcheck-io-0.2.0 \
		random-1.2.0_5 \
		scientific-0.3.6.2 \
		setenv-0.1.1.3_1 \
		splitmix-0.1.0.3 \
		text-zipper-0.11 \
		tf-random-0.5 \
		th-abstraction-0.4.2.0_1 \
		transformers-compat-0.6.6 \
		unordered-containers-0.2.13.0 \
		utf8-string-1.0.2 \
		vector-0.12.3.0 \
		vty-5.33_1 \
		word-wrap-0.4.1_1

.include <bsd.port.mk>