# -*- 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       rosezipper 0.2
revision            3
checksums           rmd160  eb3a0c1cec8791b6c93c96e96c652b446e1f69c8 \
                    sha256  6cab4f1c192cc3b8b0a9eb11a32780d235020a539a0e91125eed5ec590bad7bc

license             BSD
maintainers         cal openmaintainer
platforms           darwin

description         Generic zipper implementation for Data.Tree
long_description    \
    A Haskell datastructure for working with locations in trees or forests.