temporary-ospath: Portable temporary file and directory support

[ bsd3, library, system, utils ] [ Propose Tags ] [ Report a vulnerability ]

Functions for creating temporary files and directories based on OsPath. Fork of temporary.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.3
Change log CHANGELOG.md
Dependencies base (>=4.13 && <5), bytestring (>=0.11.2 && <0.13), directory (>=1.3.8 && <1.4), exceptions (>=0.10 && <0.11), file-io (>=0.1.3 && <0.3), filepath (>=1.5 && <1.6), os-string (>=2.0 && <2.1), unix (>=2.8 && <2.9) [details]
Tested with ghc ==9.14.1, ghc ==9.12.2, ghc ==9.10.3, ghc ==9.8.4, ghc ==9.6.7, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4
License BSD-3-Clause
Author
Maintainer Bodigrim <andrew.lelechenko@gmail.com>
Uploaded by Bodigrim at 2026-03-02T23:07:48Z
Category System, Utils
Source repo head: git clone https://github.com/Bodigrim/temporary-ospath
Distributions Stackage:1.3
Downloads 1 total (1 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-03-02 [all 1 reports]

Readme for temporary-ospath-1.3

[back to package description]

temporary-ospath Hackage Stackage LTS Stackage Nightly

Portable temporary file and directory support for Windows and Unix based on OsPath. Fork of temporary.