blob: f0ccf2aa69b04fc9e64557794472f1506492e53b (
plain) (
tree)
|
|
# $FreeBSD$
PORTNAME= free
PORTVERSION= 4.9
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Monads for free
LICENSE= BSD3CLAUSE
USE_CABAL= bifunctors comonad distributive>=0.2.1 mtl>=2.0.1.0 \
prelude-extras>=0.4 profunctors semigroupoids \
semigroups>=0.8.3.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|