8b1c971497
9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
16 lines
300 B
Makefile
16 lines
300 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= comonad
|
|
PORTVERSION= 3.0.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= math haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell 98 compatible comonads
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= semigroups>=0.8.3 transformers>=0.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|