When I type yesod devel I get the following error:
ERROR: file devel.hs not found
How do I fix this?
I’m on Ubuntu 12.04.1 LTS, my ghc version is 7.4.1 and my yesod version is 0.10.2.1
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It sounds like you have not setup the Yesod scaffolding yet. Run ‘yesod init’ first, then cd into the created directory and try ‘yesod devel’.