Maintained by Thomas Tuegel
This version can be pinned in stack with:temporary-resourcet-0.1.0.1@sha256:edb7b85610c31a1f14e5f05f447e7cf3991289b7259df5d7b2187f3198fd206b,2059

Module documentation for 0.1.0.1

Used by 2 packages in nightly-2020-03-13(full list with versions):

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 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.

This library provides the same functionality as the temporary package, but uses resourcet to provide automatic deletion without nesting withTempFile.