aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-STMonadTrans/Makefile
blob: f5c6448d4e6b09760591d10c3478f4db46d11ed0 (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=   2
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>