# $FreeBSD: math/hs-comonad/Makefile 319894 2013-06-04 18:53:40Z pgj $

PORTNAME=	comonad
PORTVERSION=	3.0.2
PORTREVISION=	1
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>
