aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-monad-unlift/Makefile
blob: 455726bd714a713c97bc243b646913bd9bc16228 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   monad-unlift
PORTVERSION=    0.2.0
PORTREVISION=   4
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    The monad-unlift package

LICENSE=    BSD3CLAUSE

USE_CABAL=  constraints monad-control transformers-base

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>