resourcet

Deterministic allocation and freeing of scarce resources.

http://github.com/snoyberg/conduit

Version on this page:1.1.5
LTS Haskell 22.14:1.3.0
Stackage Nightly 2024-03-28:1.3.0
Latest on Hackage:1.3.0

See all snapshots resourcet appears in

BSD-3-Clause licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:resourcet-1.1.5@sha256:2e8b045d81edafe56fcdc165f215a642e0c39302897d3eeee0a80d5807ea652c,1850

Module documentation for 1.1.5

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.

Changes

1.1.5

  • Add pass-through instances for Alternative and MonadPlus #214

1.1.4.1

  • Allow older exceptions version again

1.1.4

  • Add MonadResource ExceptT instance #198

1.1.3.2

monad-control-1.0 support #191

1.1.3

Provide the withEx function to interact nicely with the exceptions package.