summaryrefslogtreecommitdiffstats
path: root/devel/hs-monad-logger/Makefile
blob: 8abb9f9ceaac1a03a27c2b0aa1eb6815acc48405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	monad-logger
PORTVERSION=	0.2.3
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A class of monads which can log messages

LICENSE=	MIT

CABAL_SETUP=	Setup.hs

USE_CABAL=	conduit>=0.5 fast-logger>=0.2 monad-control mtl \
		resourcet>=0.3 text transformers transformers-base

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud