pkgsrc-wip/hs-collections-api/Makefile
PHO / phonohawk c81041e6ea Import hs-collections-api-1.0.0.0 as wip/hs-collections-api.
This package provides classes for a consistent API to data
structures. The behaviour of the interface is specified by QuickCheck
properties. It is intended as an evolution of the API of the data
structures in the containers package.
2011-11-14 08:12:09 +00:00

13 lines
335 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/14 08:12:09 phonohawk Exp $
#
DISTNAME= collections-api-1.0.0.0
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= API for collection data structures
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-QuickCheck/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"