kili acddfea7dd hs-mtl is a replacement for hs-monads-fd for some time, so
tweak the plist to get a smooth removal of hs-monads-fd.

No objections dcoppa@

Update path tested on a sane set of installed hs-* packages
byo David Schaefer (thanks!).
2013-07-13 18:25:17 +00:00

22 lines
429 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/07/13 18:25:17 kili Exp $
COMMENT = monad classes using functional dependencies
DISTNAME = mtl-2.1.2
REVISION = 1
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-transformers>=0.3,<0.4
.include <bsd.port.mk>