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

PORTNAME=	monad-logger
PORTVERSION=	0.3.1.1
PORTREVISION=	2
CATEGORIES=	devel haskell

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

LICENSE=	MIT

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

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