blob: 0ff058d79cb8605876eb5ff7397936c796bc6074 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= comonads-fd
PORTVERSION= 3.0.1
PORTREVISION= 6
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Comonad transformers using functional dependencies
LICENSE= BSD
USE_CABAL= comonad>=3.0 comonad-transformers>=3.0 mtl>=2.0 \
semigroups>=0.8.3.1 transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|