Installing hasking via "install haskell-platform" on Linux - cabal isn't installed -
i installed haskell on ubuntu 14 by:
sudo apt-get install haskell-platform
but cabal hasn't been installed reason:
$ cabal --version -bash: /home/me123/.cabal/bin/cabal: no such file or directory
and there's no
$ ls /home/alex/.cabal ls: cannot access /home/me123/.cabal: no such file or directory
so how can install or can find if it's installed?
p.s. installed reason deleted apt-get remove ghc , haskell-plathorm. want install on again.
Comments
Post a Comment