aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-monad-control/Makefile
blob: 337b1a6b9f143543144f6d67256c49b2cc1aa482 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   monad-control
PORTVERSION=    0.3.1.4
PORTREVISION=   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>