pkgsrc-wip/hs-storable-record/Makefile
PHO / phonohawk ed3460feaa Import hs-storable-record-0.0.1 as wip/hs-storable-record.
With this package definition you can build a Storable instance of a
record type from Storable instances of its elements.
2009-09-23 11:39:47 +00:00

14 lines
402 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/09/23 11:39:47 phonohawk Exp $
#
DISTNAME= storable-record-0.0.1
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Elegant definition of Storable instances for records
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-transformers/buildlink3.mk"
.include "../../wip/hs-utility-ht/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"