openbsd-ports/x11/hs-X11/Makefile
kili 94f4cad048 Bump after previous hs- library updates.
Necessary because of ghc's over-aggressive inlining
which causes ABI changes in libraries depending on
updated libraries.

ok jasper@
2011-12-31 22:19:45 +00:00

28 lines
545 B
Makefile

# $OpenBSD: Makefile,v 1.12 2011/12/31 22:19:45 kili Exp $
COMMENT = bindings to the X11 graphics library for GHC
DISTNAME = X11-1.5.0.0
REVISION = 8
CATEGORIES = x11 devel
HOMEPAGE = http://code.haskell.org/X11/
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-syb
.include <bsd.port.mk>