# -*- 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
haskell.setup temporary 1.2.0.3
checksums rmd160 be576becdb377708ccd69973fcffc7332d755680 \
sha256 8a889c7e62a2bb144eb9e394fab51e5dbd843d473ac2eab9e16b55a9eb3a4647
description Haskell library for creating temporary files and directories
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