# $Id: Portfile 74826 2011-01-03 10:28:48Z nox@macports.org $

PortSystem      1.0
PortGroup       haskell 1.0

haskell.setup   fingertree 0.0.1.0
platforms       darwin
categories      devel
maintainers     nomaintainer
description     Generic finger-tree structure, with example instances

long_description \
    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.

checksums       md5     8bad318af78f90c3e1f1cf0bb9216664 \
                sha1    8bb5b4e9965c90dcbd19ec36a879eb451b3aa41a \
                rmd160  84fc80c6432892b01ba905d5c6af8c756ecfaf71

configure.args-append \
    --docdir=${prefix}/share/doc/${name}

universal_variant no
