Am using linux (centos 6.6).When I try to run cabal install cabal-install command am getting following errors
cabal: cannot configure unix-2.7.0.1. It requires b
This issue is because of an old version of ghc-7.0.4.I downloaded ghc 7.8.3 source tarball from here and installed it.
Then ghc 7.8.3 had old version of cabal so, have to unregister it from ghc 7.8.3 using
ghc unregister Cabal
.
Then run bootstrap.sh from cabal-install-1.20 folder and got cabal-install 1.20 successfully.