# -*- 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: Portfile 110047 2013-08-25 16:36:09Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       temporary 1.1.2.4
revision            3
checksums           rmd160  98810d844f38356388a09118f39ef86e9540e72a \
                    sha256  5f9ebb2aac8767c8f73c071073bea56363ea0d589df162417a988b9f856013c9

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.
