# $FreeBSD: head/devel/hs-free/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	free
PORTVERSION=	4.12.4
PORTREVISION=	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>
