freebsd-ports/devel/hs-monad-control/Makefile
Gabor Pali 3387004968 This package defines the type class MonadBaseControl, a subset of
MonadBase into which generic control operations such as catch can be
lifted from IO or any other base monad.  Instances are based on monad
transformers in MonadTransControl, which includes all standard monad
transformers in the transformers library except ContT.

WWW:	https://github.com/basvandijk/monad-control/

Obtained from:	FreeBSD Haskell
2012-02-17 15:48:59 +00:00

22 lines
515 B
Makefile

# New ports collection makefile for: hs-monad-control
# Date created: September 24, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= monad-control
PORTVERSION= 0.3.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Lift control operations through monad transformers
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= base-unicode-symbols>=0.1.1 transformers>=0.2 \
transformers-base>=0.4.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>