c81041e6ea
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.
13 lines
335 B
Makefile
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"
|