@hackage / temporary-rc

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

Version Deprecated package1.2.0.3

About

Metadata

  • Last updated , by RomanCheplyaka
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: Roman Cheplyaka <roma@ro-che.info>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

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.