MIT licensed and maintained by Jason Shipman
This version can be pinned in stack with:context-resource-0.2.0.2@sha256:5a208e5aebe1ddaa824567210b49d1f000207f501b007223e3296a8c2b9cab7e,1727

Module documentation for 0.2.0.2

context-resource

Version badge

context-resource contains a thread-safe, pool-compatible resource provider abstraction that supports resource-sharing within nested actions.

See the Haddocks for more info on the library.

Changes

Change log

0.2.0.2

  • Link test suite with -threaded RTS option

0.2.0.1

  • Backwards compatibility with GHC 8.4 (@pbrisbin)

0.2.0.0

  • Lift signatures from IO to MonadIO, MonadThrow and MonadMask
  • Type parameter order is now explicit via ScopedTypeVariables
  • WithRes has new monad type parameter
  • Dependency bump: context-0.2.0.0

0.1.0.0

  • Initial release