Deprecated

In favour of

temporary-rc

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

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

LTS Haskell 22.13:1.2.0.3
Stackage Nightly 2024-03-14:1.2.0.3
Latest on Hackage:1.2.0.3

See all snapshots temporary-rc appears in

Maintained by Roman Cheplyaka
This version can be pinned in stack with:temporary-rc-1.2.0.3@sha256:d169966ebfd5288a987b270424d92573865eace2819e49e667c85a6d125069a7,1543

Module documentation for 1.2.0.3

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. This is a better maintained fork of the "temporary" package.