1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# $FreeBSD$ PORTNAME= free PORTVERSION= 4.12.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Monads for free LICENSE= BSD3CLAUSE USE_CABAL= bifunctors>=4 comonad>=4 distributive>=0.2.1 exceptions>=0.6 \ mtl>=2.0.1.0 prelude-extras>=0.4 profunctors>=4 \ semigroupoids>=4 semigroups>=0.8.3.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk>