9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
17 lines
383 B
Makefile
17 lines
383 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= monad-logger
|
|
PORTVERSION= 0.3.1.1
|
|
PORTREVISION= 4
|
|
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>
|