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

PORTNAME=   MonadCatchIO-transformers
PORTVERSION=    0.3.1.3
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Monad-transformer-compatible version of Control.Exception

LICENSE=    BSD3CLAUSE

USE_CABAL=  extensible-exceptions monads-tf

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