packages feed

resourcet 1.1.3.2 → 1.1.3.3

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Control/Monad/Trans/Resource.hs view
@@ -12,7 +12,7 @@ #endif -- | Allocate resources which are guaranteed to be released. ----- For more information, see <http://www.yesodweb.com/book/conduits>.+-- For more information, see <https://www.fpcomplete.com/user/snoyberg/library-documentation/resourcet>. -- -- One point to note: all register cleanup actions live in the @IO@ monad, not -- the main monad. This allows both more efficient code, and for monads to be
resourcet.cabal view
@@ -1,5 +1,5 @@ Name:                resourcet-Version:             1.1.3.2+Version:             1.1.3.3 Synopsis:            Deterministic allocation and freeing of scarce resources. description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/resourcet>. License:             BSD3