temporary-resourcet: Portable temporary files and directories with automatic deletion

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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 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 library provides the same functionality as the temporary package, but uses resourcet to provide automatic deletion without nesting withTempFile.

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.0.1
Change log None available
Dependencies base (>=3 && <10), directory (>=1.0), exceptions (>=0.5), filepath (>=1.1), resourcet (>=0.3 && <2), transformers (>=0.2.0.0), unix (>=2.3) [details]
License BSD-3-Clause
Copyright (c) 2003-2006, Isaac Jones (c) 2005-2009, Duncan Coutts (c) 2014, Thomas Tuegel
Author Isaac Jones <ijones@syntaxpolice.org> Duncan Coutts <duncan@haskell.org> Thomas Tuegel <ttuegel@gmail.com>
Maintainer Thomas Tuegel <ttuegel@gmail.com>
Category System, Utils
Home page http://www.github.com/ttuegel/temporary-resourcet
Bug tracker https://github.com/ttuegel/temporary-resourcet/issues
Source repo head: git clone https://github.com/ttuegel/temporary-resourcet.git
Uploaded by ThomasTuegel at 2015-01-06T19:30:18Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees