Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-keys/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= keys | PORTNAME= keys | ||||
| PORTVERSION= 3.11 | PORTVERSION= 3.12 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Keyed functors and containers | COMMENT= Keyed functors and containers | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= comonad>=4 free>=4 hashable>=1.1.2.3 semigroupoids>=4 \ | USE_CABAL= comonad>=4 free>=4 hashable>=1.1.2.3 semigroupoids>=4 \ | ||||
| semigroups>=0.8.3.1 unordered-containers>=0.2 | semigroups>=0.8.3.1 unordered-containers>=0.2 | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||