temporary-resourcet

Portable temporary files and directories with automatic deletion

http://www.github.com/ttuegel/temporary-resourcet

LTS Haskell 23.27:0.1.0.1
Stackage Nightly 2025-07-12:0.1.0.1
Latest on Hackage:0.1.0.1

See all snapshotstemporary-resourcet appears in

Maintained byThomas 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

The functions for creating temporary files and directories in the baselibrary are quite limited. Theunixutils package contains some good ones,but they aren't portable to Windows.

This library repackages the Cabal implementations of its own temporary fileand folder functions so that you can use them without linking against Cabalor depending on it being installed.

This library provides the same functionality as thetemporary package, butusesresourcet to provide automatic deletion without nestingwithTempFile.