BSD-3-Clause licensed
This version can be pinned in stack with:temporary-1.3@sha256:3a66c136f700dbf42f3c5000ca93e80b26dead51e54322c83272b236c1ec8ef1,1485

Module documentation for 1.3

Functions for creating temporary files and directories.

Changes

1.3

  • Generated directory names are now based on random hex strings rather than PIDs.

    This got a major version bump as a courtesy to users who may depend on the specific form of generated names, but that form is not part of the API contract and should not be depended upon.

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