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
given that classy-prelude-yesod is just an import list, I would rather just put it in the scaffold in Import.hs. I have a couple issues with it as is:
adds an extra dependencies such as yesod-newsfeed
exports Sql stuff by default that not everyone needs
Once these are taken out there isn't much left.
What I would envision for classy-prelude-yesod is to change the type signatures of Yesod functions to work with more data structures via classy-prelude.
The text was updated successfully, but these errors were encountered:
given that classy-prelude-yesod is just an import list, I would rather just put it in the scaffold in Import.hs. I have a couple issues with it as is:
Once these are taken out there isn't much left.
What I would envision for classy-prelude-yesod is to change the type signatures of Yesod functions to work with more data structures via classy-prelude.
The text was updated successfully, but these errors were encountered: