最新の GHC (7.0.3) と Haskell プラットフォームをインストールするために、Yorgey et al の「バインドされていない」ライブラリを取得して、バインディングを使用して構文を操作することができた人はいますか? バインドされていない cabal インストールを試すと、次のようになります。
Resolving dependencies...
cabal: cannot configure unbound-0.2.3. It requires base >=4.3 && <5
For the dependency on base >=4.3 && <5 there are these packages: base-4.3.0.0
and base-4.3.1.0. However none of them are available.
base-4.3.0.0 was excluded because of the top level dependency base -any
base-4.3.1.0 was excluded because of the top level dependency base -any
解決策/回避策を知っている人はいますか、またはここで何が起こっているのでしょうか?