d9b6a79cb4
Obtained from: FreeBSD Haskell
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# New ports collection makefile for: hs-MonadCatchIO-transformers
|
|
# Date created: September 19, 2010
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MonadCatchIO-transformers
|
|
PORTVERSION= 0.3.0.0
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Monad-transformer-compatible version of Control.Exception
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
USE_CABAL= transformers>=0.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|