15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
23 lines
684 B
Makefile
23 lines
684 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lens
|
|
PORTVERSION= 4.3.3
|
|
PORTREVISION= 1
|
|
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>
|