Description
Provides portable temporary file and directory support for Haskell. Temporary resources are useful when programs need scratch space that should be cleaned up after use.
It is useful for tests, build tools, converters, downloads, archive processing, and applications that handle intermediate files. It is a developer library and callers still need a cleanup strategy.