After I did a
cabal install yesod
I did a
yesod version
But it outputs 0.10.2.1. The latest version I believe is 1.3
How do I upgrade to the latest version? I’m trying to set yesod on an Ubuntu server.
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.
To deal with installed packages there is ghc-pkg, so to remove yesod
This don’t remove executables, so
Then update the package list
Then cabal install will select the latest version compatible (based on the “base” package dependency) with your ghc version (if I am not wrong)