openbsd-ports/devel/hs-uniplate/Makefile
jasper ed53cd4987 import hs-uniplate 1.5.1
Uniplate is library for writing simple and concise generic operations.
Uniplate has similar goals to the original Scrap Your Boilerplate work,
but is substantially simpler and faster.

feedback/ok kili@
2010-09-25 20:56:36 +00:00

19 lines
378 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/09/25 20:56:36 jasper Exp $
COMMENT= help writing simple, concise and fast operations
DISTNAME= uniplate-1.5.1
CATEGORIES= devel
# 3-clause BSD
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>