temporary-resourcet: Portable temporary files and directories with automatic deletion
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
.
Downloads
- temporary-resourcet-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1 |
---|---|
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:41:03Z |
Distributions | LTSHaskell:0.1.0.1, NixOS:0.1.0.1, Stackage:0.1.0.1 |
Reverse Dependencies | 3 direct, 1 indirect [details] |
Downloads | 3184 total (18 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-08-11 [all 1 reports] |