Mac にcabal-devをインストールしようとしていました。クローリング後、./bin/build を実行してみました。このエラー メッセージが表示されます。
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
これの何が問題なのですか?Haskell に依存ファイルをインストールするにはどうすればよいですか? Haskell platformからダウンロードしてインストールしました。