kili 22aadaef69 Import hs-lens-3.7.6:
This package comes \"Batteries Included\" with many useful lenses
for the types commonly used from the Haskell Platform, and with
tools for automatically generating lenses and isomorphisms for
user-supplied data types.
The combinators in @Control.Lens@ provide a highly generic toolbox
for composing families of getters, folds, isomorphisms, traversals,
setters and lenses and their indexed variants.

ok sthen@

(will be hooked to the build during the ghc update)
2013-07-18 20:50:19 +00:00

34 lines
795 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/07/18 20:50:19 kili Exp $
COMMENT = lenses, folds and traversals
DISTNAME = lens-3.7.6
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS += devel/hs-comonad-transformers>=3 \
devel/hs-comonad>=3 \
devel/hs-comonads-fd>=3 \
devel/hs-hashable>=1.1.2.3,<1.3 \
devel/hs-mtl>=2.0.1,<2.2 \
devel/hs-nats>=0.1 \
devel/hs-parallel>=3.1.0.1,<3.3 \
devel/hs-semigroups>=0.9 \
devel/hs-split>=0.2,<0.3 \
devel/hs-text>=0.11,<0.12 \
devel/hs-transformers>=0.2,<0.4 \
devel/hs-unordered-containers>=0.2,<0.3 \
devel/hs-vector>=0.9,<0.11
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>