openbsd-ports/devel/hs-syb/Makefile
kili c84bdd9392 This package contains the generics system described in the `Scrap
Your Boilerplate' papers (http://www.cs.uu.nl/wiki/GenericProgramming/SYB).
It defines the Data class of types permitting folding and unfolding
of constructor applications, instances of this class for primitive
types, and a variety of traversals.

Needed by some ports after an update to ghc-7.0.2, not yet linked to the build.

Reads good to landry@
2010-12-26 17:15:55 +00:00

21 lines
396 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/26 17:15:55 kili Exp $
COMMENT = Scrap Your Boilerplate
DISTNAME = syb-0.3
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
.include <bsd.port.mk>