# -*- 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       zip-archive 0.1.4
revision            1
checksums           rmd160  67947b053161abcb84e066ec13362dce5e18dad5 \
                    sha256  8b0eef1b4211e0fb55c7689d2b3ce452278a32578b92f7c4c3114da1f843f346

platforms           darwin
license             BSD
maintainers         nomaintainer

description         Library for creating and modifying zip archives
long_description    \
    The zip-archive library provides functions for creating, modifying, and \
    extracting files from zip archives.

depends_lib-append  port:hs-digest \
                    port:hs-mtl \
                    port:hs-utf8-string \
                    port:hs-zlib