# -*- 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       EdisonCore 1.2.2
revision            3
checksums           rmd160  3e384d1e6621f7e5d5d786884eb035a55cdaec58 \
                    sha256  693078c1145249b555800f987a4e451b76cea3bbb38735604078c0869f7a908f

license             MIT
maintainers         cal openmaintainer
platforms           darwin

description         A library of efficent, purely-functional data structures (Core Implementations
long_description    \
    This package provides the core Edison data structure implementations, \
    including multiple sequence, set, bag, and finite map concrete \
    implementations with various performance characteristics. The \
    implementations in this package have no dependencies other than those \
    commonly bundled with Haskell compilers.

depends_lib-append  port:hs-edisonapi \
                    port:hs-mtl \
                    port:hs-quickcheck