-
Notifications
You must be signed in to change notification settings - Fork 112
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
Unable to install yesod dev libraries #216
Comments
Can you follow the instruction from the quick start page instead: https://www.yesodweb.com/page/quickstart We probably need to update the content to make it better. |
Yes, that worked for me when I tried it. Thanks. Would really like to go through the book as-is though. Is there a confirmed book and LTS version combination that should work well together? |
The latest LTS version should just work fine. If something doesn't work - just open a issue here (or better send a PR!) and we can improve them. |
Thanks appreciated :-) Though, I'm thinking of something that's more appropriate as a syllabus (eg: yesod book has been printed, so students of that that in a classroom setting should ideally be able to follow along without too much trouble). In this case however, I was able to get further by leaving out the 'esqueleto' part of 'stack build' I'll open issues for things I find as I work through the book. |
Hi there. I'm a relative beginner to haskell and stack, and am starting to go by the Yesod book for v1.6.
I have a fresh stack install. version 1.7.1
At the moment, latest LTS is 12.7
Over in this chapter:
https://www.yesodweb.com/book/haskell
There is this text:
That gives me this error output:
Following along with the recommended actions, I end up with this file:
/home/david/.stack/global-project/stack.yaml
With these lines:
And stack gives me this error when attempting to run the 'stack build' command:
conduit and resourcet are already in my global-project/stack.yaml, so if I follow the given advice, stack gives me this error:
The text was updated successfully, but these errors were encountered: