resourcet

Deterministic allocation and freeing of scarce resources.

http://github.com/snoyberg/conduit

Version on this page:1.1.7.3
LTS Haskell 22.14:1.3.0
Stackage Nightly 2024-03-29: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.7.3@sha256:3ab7fa5e7f62f14cf8fedeb64787c05c8e300f6fbdf478842f203d8dde32aa13,1836

Module documentation for 1.1.7.3

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

  • Doc tweak

1.1.7.2

  • Remove upper bound on transformers #249

1.1.7.1

  • transformers-compat 0.5

1.1.7

  • Canonicalise Monad instances #237

1.1.6

  • Safe/Trustworthy for resourcet #220

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.