temporary

Portable temporary file and directory support for Windows and Unix, based on code from Cabal

http://www.github.com/feuerbach/temporary

Version on this page:1.2.0.4
LTS Haskell 22.13:1.3
Stackage Nightly 2024-03-14:1.3
Latest on Hackage:1.3

See all snapshots temporary appears in

This version can be pinned in stack with:temporary-1.2.0.4@sha256:b8af8f75df4f7a521988e2863919a2998d2806de8898600e6af26d6b975b406e,1595

Module documentation for 1.2.0.4

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.