diff --git a/Control/Monad/Trans/Resource/Internal.hs b/Control/Monad/Trans/Resource/Internal.hs
--- a/Control/Monad/Trans/Resource/Internal.hs
+++ b/Control/Monad/Trans/Resource/Internal.hs
@@ -14,7 +14,7 @@
   , MonadThrow(..)
   , MonadUnsafeIO(..)
   , ReleaseKey(..)
-  , ReleaseMap(..)\
+  , ReleaseMap(..)
   , ResIO
   , ResourceT(..)
   , stateAlloc
diff --git a/resourcet.cabal b/resourcet.cabal
--- a/resourcet.cabal
+++ b/resourcet.cabal
@@ -1,5 +1,5 @@
 Name:                resourcet
-Version:             0.4.10
+Version:             0.4.10.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>.
