diff --git a/Control/Monad/Trans/Resource.hs b/Control/Monad/Trans/Resource.hs
--- a/Control/Monad/Trans/Resource.hs
+++ b/Control/Monad/Trans/Resource.hs
@@ -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
diff --git a/resourcet.cabal b/resourcet.cabal
--- a/resourcet.cabal
+++ b/resourcet.cabal
@@ -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>.
