pipes-safe: Safety for the pipes ecosystem
This package adds resource management and exception handling to the pipes
ecosystem.
Notable features include:
Resource Safety: Guarantee finalization using
finally,bracketand moreException Safety: Even against asynchronous exceptions!
Laziness: Only acquire resources when you need them
Promptness: Finalize resources early when you are done with them
Native Exception Handling: Catch and resume from exceptions inside pipes
No Buy-in: Mix resource-safe pipes with unmanaged pipes using
hoist
[Skip to Readme]
| Versions [faq] | 1.0.0, 1.1.0, 1.2.0, 2.0.0, 2.0.1, 2.0.2, 2.1.0, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.2.6, 2.2.8, 2.2.9, 2.3.0, 2.3.1 (info) |
|---|---|
| Change log | changelog.md |
| Dependencies | base (>=4.8 && <5), containers (>=0.3.0.0 && <0.7), exceptions (>=0.6 && <0.11), fail (<4.10), monad-control (>=1.0.0.4 && <1.1), mtl (>=2.1 && <2.3), pipes (>=4.3.0 && <4.4), primitive (>=0.6.2.0 && <0.8), transformers (>=0.2.0.0 && <0.6), transformers-base (>=0.4.4 && <0.5) [details] |
| License | BSD-3-Clause |
| Copyright | 2013, 2014 Gabriel Gonzalez |
| Author | Gabriel Gonzalez |
| Maintainer | Gabriel439@gmail.com |
| Revised | Revision 1 made by GabrielGonzalez at Thu Jun 27 01:20:04 UTC 2019 |
| Category | Control, Pipes, Error Handling |
| Bug tracker | https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues |
| Source repo | head: git clone https://github.com/Gabriel439/Haskell-Pipes-Safe-Library |
| Uploaded | by GabrielGonzalez at Wed Oct 3 23:10:28 UTC 2018 |
| Distributions | Debian:2.2.9, Fedora:2.2.9, LTSHaskell:2.3.1, NixOS:2.3.1, Stackage:2.3.1 |
| Downloads | 16546 total (520 in the last 30 days) |
| Rating | (no votes yet) [estimated by rule of succession] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2018-10-03 [all 1 reports] |
Downloads
- pipes-safe-2.3.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.