You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm not very expert with Yesod and Haskell in general and I have a question about how to best use this library.
The problem is that I can't use anything that relies on Foundation in my jobs to avoid circular dependencies errors.
This means that instead of Handler I have to go for HandlerT and manually add all the required class contraints. I still manage to use this, but sometimes I get stuck trying to make all the classes and monads fit together.
Is this the only way to go, or am I missing something trivial? :)
Thanks
The text was updated successfully, but these errors were encountered:
Hi! I'm not very expert with Yesod and Haskell in general and I have a question about how to best use this library.
The problem is that I can't use anything that relies on
Foundation
in my jobs to avoid circular dependencies errors.This means that instead of
Handler
I have to go forHandlerT
and manually add all the required class contraints. I still manage to use this, but sometimes I get stuck trying to make all the classes and monads fit together.Is this the only way to go, or am I missing something trivial? :)
Thanks
The text was updated successfully, but these errors were encountered: