Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
yesodWebフレームワークをインストールしようとしています。
を実行するcabal install yesod-platformと、依存関係の競合が発生します。
cabal install yesod-platform
cabal:依存関係の競合:ghc-7.0.4には配列== 0.3.0.2が必要ですが、http-conduit-1.8.7には配列> = 0.4が必要なため、array-0.3.0.2は除外されました
hsenvサンドボックス環境でもこのエラーが発生します。
私に何ができる?
Daniel Fischerが言うように、これはyesodが7.0.4をサポートしていないという認識ほど依存関係の競合ではないため、依存関係は古くなっています。7.0.4は現在のHaskellプラットフォームよりかなり前であり、アップグレードする必要があります。