最近、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
と、多くの行が表示されますが、そのうちの1つは次のとおりです。
Versions installed: (4.3.1.0)
それは MIME の <=4 要件を満たしていませんか?