-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yesod + stack ghci issue #1154
Comments
This seems to be the same as #847. Can you look at the comment #847 (comment) and see if that description fits your case at all? |
I think the underlying cause may be the same, but the issue is slightly different.The yesod template itself works with
-- this works just fine, but then add a package to to stack.yaml so it looks like:
then you get the error trace [https://gist.github.com/kjameslubin/8fced0d9dbf2335a2d5f]. |
Pinging @chrisdone |
I've added warnings for circumstances like this #1270 @kjameslubin You probably want to add |
Cross referenced from [https://github.com/yesodweb/yesod/issues/1077]. If one adds yesod-auth-oauth2 to a templated yesod project, stack ghci will fail. Hopefully this is easy enough to reproduce, if not I can write out a minimal example (my example has other stuff going on and is in a private repo).
Expected:
ghci to load full project.
Actual:
Verbose traces are here: https://gist.github.com/kjameslubin/cb6a269d3633ff6fb587
The text was updated successfully, but these errors were encountered: