# -*- 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       MemoTrie 0.6.1
revision            5
checksums           rmd160  f08c0ec4dcf2eae58a22907e6ef9e458d231445d \
                    sha256  a676cd2b02044e7a84f2477262c9c344b6dc36e839f28002ceb2e78844eba0af

license             BSD
maintainers         cal openmaintainer
platforms           darwin

description         Trie-based memo functions
long_description    \
    MemoTrie provides a basis for memoized functions over some domains, using \
    tries. It's based on ideas from Ralf Hinze and code from Spencer Janssen.

depends_lib-append  port:hs-void