pkgsrc-wip/hs-derive/Makefile
PHO / phonohawk 37ba488a20 Import hs-derive-2.0.1 as wip/hs-derive.
Data.Derive is a library and a tool for deriving instances for Haskell
programs. It is designed to work with custom derivations, SYB and
Template Haskell mechanisms. The tool requires GHC, but the generated
code is portable to all compilers. We see this tool as a competitor to
DrIFT.
2009-10-01 06:51:23 +00:00

15 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/10/01 06:51:23 phonohawk Exp $
#
DISTNAME= derive-2.0.1
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Program and library to derive instances for data types
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-haskell-src-exts/buildlink3.mk"
.include "../../wip/hs-mtl/buildlink3.mk"
.include "../../wip/hs-uniplate/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"