packages feed

resourcet 0.4.7.1 → 0.4.7.2

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
@@ -728,7 +728,7 @@ runInternalState :: ResourceT m a -> InternalState -> m a runInternalState = unResourceT --- | Run an action in the underlying monad, providing it the @InternalState.+-- | Run an action in the underlying monad, providing it the @InternalState@. -- -- Since 0.4.6 withInternalState :: (InternalState -> m a) -> ResourceT m a
resourcet.cabal view
@@ -1,5 +1,5 @@ Name:                resourcet-Version:             0.4.7.1+Version:             0.4.7.2 Synopsis:            Deterministic allocation and freeing of scarce resources. Description: 	This package was originally included with the conduit package, and has since been split off. For more information, please see <http://www.yesodweb.com/book/conduits>.