temporary

Portable temporary file and directory support

https://github.com/feuerbach/temporary

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

See all snapshots temporary appears in

BSD-3-Clause licensed
This version can be pinned in stack with:temporary-1.2.1.1@sha256:7a53ecaa3883429616ffe8b680e97195c6a45598b77171d070b9c01ffaadce0b,1474

Module documentation for 1.2.1.1

Functions for creating temporary files and directories.

Changes

1.2.1.1

  • Improve the docs

1.2.1

  • Limit support to GHC 7.0+
  • Add new functions: writeTempFile, writeSystemTempFile, emptyTempFile, emptySystemTempFile
  • Make sure that system* functions return canonicalized paths
  • Modernize the code base, add tests and documentation

1.2.0.4

  • Update maintainership information
  • Fix the docs