Good morning, Good people of the haskell community!
I need to develop a web(site)/application. I want to try using Yesod.
First thing i need to install it. (I already have the haskell-platform)
So I run:
cabal update
It tells me that a new version of cabal-install is available; then I run:
cabal install cabal-install
After doing whatever it wants to do, successfully (at least that's what I think the logs say; I didn't notice any error) I update my path to:
export PATH=/home/.../.cabal/bin:$PATH
Everything is "OK" now! But I still don't have a cabal-install binary, and this update has been performed only for me (inside my user account)!