packages feed

resourcet 1.1.7.2 → 1.1.7.3

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.1.7.3++* Doc tweak+ ## 1.1.7.2  * Remove upper bound on transformers [#249](https://github.com/snoyberg/conduit/issues/249)
Control/Monad/Trans/Resource/Internal.hs view
@@ -79,7 +79,7 @@ import Control.Monad.Morph  -- | A @Monad@ which allows for safe resource allocation. In theory, any monad--- transformer stack included a @ResourceT@ can be an instance of+-- transformer stack which includes a @ResourceT@ can be an instance of -- @MonadResource@. -- -- Note: @runResourceT@ has a requirement for a @MonadBaseControl IO m@ monad,
resourcet.cabal view
@@ -1,5 +1,5 @@ Name:                resourcet-Version:             1.1.7.2+Version:             1.1.7.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