resourcet 1.1.0 → 1.1.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~exceptions
Dependency ranges changed: exceptions
Files
- Control/Monad/Trans/Resource.hs +1/−1
- resourcet.cabal +1/−1
Control/Monad/Trans/Resource.hs view
@@ -276,7 +276,7 @@ -- A @ResourceT@ has some restrictions on its base monad: -- -- * @runResourceT@ requires an instance of @MonadBaseControl IO@.--- * @MonadResource@ requires an instance of @MonadThrow@, @MonadUnsafeIO@, @MonadIO@, and @Applicative@.+-- * @MonadResource@ requires an instance of @MonadThrow@, @MonadIO@, and @Applicative@. -- -- While any instance of @MonadBaseControl IO@ should be an instance of the -- other classes, this is not guaranteed by the type system (e.g., you may have
resourcet.cabal view
@@ -1,5 +1,5 @@ Name: resourcet-Version: 1.1.0+Version: 1.1.0.1 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>.