pkgsrc-wip/hs-fingertree/Makefile
PHO / phonohawk 1ab8d0a38c Import hs-fingertree-0.0.1.0 as wip/hs-fingertree.
A general sequence representation with arbitrary annotations, with
example implementations of various collection types, as described in
section 4 of

    Ralf Hinze and Ross Paterson, "Finger trees: a simple
    general-purpose data structure", Journal of Functional Programming
    16:2 (2006) pp
    197-217. http://www.soi.city.ac.uk/~ross/papers/FingerTree.html

For a tuned sequence type, see Data.Sequence in the containers
package, which is a specialization of this structure.
2011-07-11 10:20:05 +00:00

13 lines
300 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/07/11 10:20:05 phonohawk Exp $
#
DISTNAME= fingertree-0.0.1.0
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Generic finger-tree structure, with example instances
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"