I was trying to install cabal-dev in my mac. After cloing, I tried to run ./bin/build. to get this error message.
cabal: cannot configure cabal-dev-0.9.1. It requires MonadRandom ==0.1.*, tar
==0.3.*, test-framework >=0.3 && <0.6 and test-framework-hunit >=0.2
There is no available version of MonadRandom that satisfies ==0.1.*
There is no available version of tar that satisfies ==0.3.*
There is no available version of test-framework that satisfies >=0.3 && <0.6
There is no available version of test-framework-hunit that satisfies >=0.2
What's wrong with this? How do I install the dependency files in Haskell? I downloaded and installed from Haskell platform.