After I update cabal
cabal --version
gives me the same old version.
This is what is on my path running OS x Maverics
/Users/peter/.cabal/bin://anaconda/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:~/Library/Haskell/bin:/opt/X11/bin
Now my question is what needs to be done for my to use the updated version of cabal?
Update1.
I updated cabal using:
cabal install cabal cabal-install
Also which cabal returns /usr/bin/cabal
cabal? - Sibiwhich cabaltells you? - Simon Bergotcabalbinary in your directory/Users/peter/.cabal/bin? Does~/.cabal/bin/cabal --versionworked for you? How is your ~/.cabal/config file look like? - Stephan Kulla