diff --git a/gore-and-ash-actor.cabal b/gore-and-ash-actor.cabal
--- a/gore-and-ash-actor.cabal
+++ b/gore-and-ash-actor.cabal
@@ -1,5 +1,5 @@
 name:                gore-and-ash-actor
-version:             1.1.0.0
+version:             1.1.1.0
 synopsis:            Gore&Ash engine extension that implements actor style of programming
 description:         Please see README.md
 homepage:            https://github.com/Teaspot-Studio/gore-and-ash-actor
diff --git a/src/Game/GoreAndAsh/Actor/Module.hs b/src/Game/GoreAndAsh/Actor/Module.hs
--- a/src/Game/GoreAndAsh/Actor/Module.hs
+++ b/src/Game/GoreAndAsh/Actor/Module.hs
@@ -18,6 +18,7 @@
 import Control.Monad.Catch
 import Control.Monad.Fix 
 import Control.Monad.State.Strict
+import Data.Proxy 
 
 import Game.GoreAndAsh
 import Game.GoreAndAsh.Actor.State
@@ -55,5 +56,5 @@
 
   newModuleState = emptyActorState <$> newModuleState
 
-  withModule _ = id
+  withModule _ = withModule (Proxy :: Proxy m)
   cleanupModule _ = return ()
