temporary

Portable temporary file and directory support

https://github.com/feuerbach/temporary

Version on this page:1.2.1
LTS Haskell 22.14:1.3
Stackage Nightly 2024-03-29: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@sha256:32748eaf9dc730dd25a9a0aae509e853004caae76234762c6e7db1f9dc164ff2,1314

Module documentation for 1.2.1

Functions for creating temporary files and directories.

Changes

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