blob: aa012b3a39058d9be477895931877479793915e6 (
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
|
# $FreeBSD$
PORTNAME= lens
PORTVERSION= 3.9.0.2
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Lenses, Folds and Traversals
LICENSE= BSD
USE_CABAL= bifunctors>=3 comonad>=3 comonad-transformers>=3 \
comonads-fd>=3 contravariant>=0.2.0.2 distributive>=0.3 \
generic-deriving hashable>=1.1.2.3 \
MonadCatchIO-transformers>=0.3 mtl>=2.0.1 parallel>=3.1.0.1 \
profunctor-extras>=3.3 profunctors>=3.2 reflection>=1.1.6 \
semigroupoids>=3 semigroups>=0.8.4 split tagged>=0.4.4 \
text>=0.11 transformers>=0.3 unordered-containers>=0.2 \
vector>=0.9 void>=0.5
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|