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.
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.1, 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-2018, Thomas Tuegel |
Author | Isaac Jones <ijones@syntaxpolice.org> Duncan Coutts <duncan@haskell.org> Thomas Tuegel <ttuegel@mailbox.org> |
Maintainer | Thomas Tuegel <ttuegel@mailbox.org> |
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 2018-08-11T15:40:37Z |
Modules
[Index] [Quick Jump]
- System
Downloads
- temporary-resourcet-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees