resourcet: Deterministic allocation and freeing of scarce resources.

[ bsd3, conduit, data, library ] [ Propose Tags ]

See README.md


[Skip to Readme]

Downloads

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'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3.0, 0.3.1, 0.3.2, 0.3.2.1, 0.3.2.2, 0.3.3, 0.3.3.1, 0.4.0, 0.4.0.1, 0.4.0.2, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.7.1, 0.4.7.2, 0.4.8, 0.4.9, 0.4.10, 0.4.10.1, 0.4.10.2, 1.1.0, 1.1.0.1, 1.1.1, 1.1.2, 1.1.2.1, 1.1.2.2, 1.1.2.3, 1.1.3, 1.1.3.1, 1.1.3.2, 1.1.3.3, 1.1.4, 1.1.4.1, 1.1.5, 1.1.6, 1.1.7, 1.1.7.1, 1.1.7.2, 1.1.7.3, 1.1.7.4, 1.1.7.5, 1.1.8, 1.1.8.1, 1.1.9, 1.1.10, 1.1.11, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.4.1, 1.2.4.2, 1.2.4.3, 1.2.5, 1.2.6, 1.3.0
Change log ChangeLog.md
Dependencies base (>=4.5 && <5), containers, exceptions (>=0.5), lifted-base (>=0.1), mmorph, monad-control (>=0.3.1 && <0.4), mtl (>=2.0 && <2.3), transformers (>=0.2.2 && <0.5), transformers-base (>=0.4.1 && <0.5) [details]
License BSD-3-Clause
Author Michael Snoyman
Maintainer michael@snoyman.com
Revised Revision 1 made by AdamBergmark at 2015-05-02T03:14:04Z
Category Data, Conduit
Home page http://github.com/snoyberg/conduit
Source repo head: git clone git://github.com/snoyberg/conduit.git
Uploaded by MichaelSnoyman at 2014-11-23T10:35:30Z
Distributions Arch:1.2.6, Debian:1.2.4.2, Fedora:1.2.6, FreeBSD:1.1.6, LTSHaskell:1.3.0, NixOS:1.3.0, Stackage:1.3.0, openSUSE:1.3.0
Reverse Dependencies 496 direct, 4303 indirect [details]
Downloads 325401 total (483 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for resourcet-1.1.3

[back to package description]

resourcet

Please see the full tutorial on School of Haskell.

This package was originally included with the conduit package, but has existed as a separate package for quite a while. It is fully usable outside of conduit.