blob: bee61eb88aeb3b45c022f21899077fd829f7b222 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= lens
PORTVERSION= 4.3.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Lenses, Folds and Traversals
LICENSE= BSD3CLAUSE
USE_CABAL= aeson>=0.7.0.5 attoparsec>=0.10 bifunctors>=4 comonad>=4 \
contravariant>=0.3 distributive>=0.3 exceptions>=0.1.1 \
free>=4 hashable>=1.1.2.3 mtl>=2.0.1 parallel>=3.1.0.1 \
primitive>=0.4.0.1 profunctors>=4 reflection>=1.1.6 \
scientific>=0.3.2 semigroupoids>=4 semigroups>=0.8.4 \
split>=0.2 tagged>=0.4.4 text>=0.11 transformers-compat>=0.3 \
unordered-containers>=0.2 vector>=0.9 void>=0.5 zlib>=0.5.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|