openbsd-ports/devel/hs-mtl/Makefile
kili 7fff88d346 Import mtl-2.0.1.0, needed by a couple of hs-* ports after the
update to ghc-7.0.2. Unfortunately, there are some other ports
that don't build with mtl-2 yet, so in the worst case i've to
include mtl-1 within the ghc package and mtl-2 in this new port.

Not yet linked to the build, of course.
2010-12-26 19:10:50 +00:00

24 lines
491 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/26 19:10:50 kili Exp $
COMMENT = monad classes using functional dependencies
DISTNAME = mtl-2.0.1.0
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-transformers
.include <bsd.port.mk>