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
,bracket
and 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]
Downloads
- pipes-safe-2.3.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Versions [RSS] | 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, 2.3.2, 2.3.3, 2.3.4 (info) |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.14 && <4.17), containers (>=0.6.2.1 && <0.7), exceptions (>=0.10.4 && <0.11), monad-control (>=1.0.0.4 && <1.1), mtl (>=2.2.2 && <2.3), pipes (>=4.3.10 && <4.4), primitive (>=0.7.0.0 && <0.8), transformers (>=0.5.6.2 && <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 |
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 2022-04-08T01:37:53Z |
Distributions | Debian:2.3.2, LTSHaskell:2.3.4, NixOS:2.3.4, Stackage:2.3.4, openSUSE:2.3.3 |
Downloads | 37706 total (297 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-04-08 [all 1 reports] |