3387004968
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
22 lines
515 B
Makefile
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>
|