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

PORTNAME=   monad-logger
PORTVERSION=    0.3.1.1
PORTREVISION=   1
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

NO_STAGE=   yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>