# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       dlist 0.6.0.1
revision            2
checksums           rmd160  83eecf68ef17b8897a69f06b3b09366c645b5dfa \
                    sha256  85c485d7b2d347847f4b8f49d9ec054d57703ef666623b62042a15f8996e0823

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         Differences lists
long_description    \
    Differences lists: a list-like type supporting O(1) append. This is \
    particularly useful for efficient logging and pretty printing, (e.g. with \
    the Writer monad), where list append quickly becomes too expensive.