# -*- 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       temporary 1.2.0.3
revision            1
checksums           rmd160  be576becdb377708ccd69973fcffc7332d755680 \
                    sha256  8a889c7e62a2bb144eb9e394fab51e5dbd843d473ac2eab9e16b55a9eb3a4647

maintainers         nomaintainer
platforms           darwin
license             BSD

description         Haskell library for creating temporary files and directories
long_description \
    The functions for creating temporary files and directories in the base \
    library are quite limited. The unixutils package contains some good ones, but they aren't \
    portable to Windows. This library just repackages the Cabal implementations of its own \
    temporary file and folder functions so that you can use them without linking against Cabal \
    or depending on it being installed.

depends_lib-append  port:hs-exceptions