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

PORTNAME=   MonadCatchIO-transformers
PORTVERSION=    0.3.0.0
PORTREVISION=   5
CATEGORIES= devel haskell

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

LICENSE=    BSD

USE_CABAL=  extensible-exceptions>=0.1 transformers>=0.2

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