packages feed

gore-and-ash-actor 1.1.0.0 → 1.1.1.0

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

gore-and-ash-actor.cabal view
@@ -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
src/Game/GoreAndAsh/Actor/Module.hs view
@@ -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 ()