【发布时间】:2011-03-21 03:14:30
【问题描述】:
我最近获得了适用于 Mac OS X 的 Haskell 平台。我已经 cabal 安装了一些软件包,然后出现了这个错误,我不明白。似乎说我需要 4 的基础版本,但我确实有。
> cabal install mime
Resolving dependencies...
cabal: cannot configure mime-0.3.2. It requires base >=3 && <=4
For the dependency on base >=3 && <=4 there are these packages: base-3.0.3.1
and base-3.0.3.2. However none of them are available.
base-3.0.3.1 was excluded because of the top level dependency base -any
base-3.0.3.2 was excluded because of the top level dependency base -any
如果我运行cabal info base,它会显示很多行,但其中之一是:
Versions installed: (4.3.1.0)
那不满足
【问题讨论】: