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

PORTNAME=	STMonadTrans
PORTVERSION=	0.4.3
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Monad transformer version of the ST monad

LICENSE=	BSD3CLAUSE

USE_CABAL=	mtl

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