Add a MonadUnliftIO constraint in RemoteActorStore, was removed from MonadSite
Since MonadSite now requires MonadIO, and not MonadUnliftIO, to allow for more instances, the MonadUnliftIO constraint may need to be added manually sometimes.
This commit is contained in:
parent
698059763a
commit
4d61672f94
1 changed files with 1 additions and 0 deletions
|
@ -503,6 +503,7 @@ fetchRemoteActor
|
|||
, PersistUniqueRead (YesodPersistBackend site)
|
||||
, BaseBackend (YesodPersistBackend site) ~ SqlBackend
|
||||
, YesodRemoteActorStore site
|
||||
, MonadUnliftIO m
|
||||
, MonadSite m
|
||||
, SiteEnv m ~ site
|
||||
, Site site
|
||||
|
|
Loading…
Reference in a new issue