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.
我正在尝试安装yesod Web 框架。
当我运行时cabal install yesod-platform,我遇到了依赖冲突:
cabal install yesod-platform
cabal:依赖冲突:ghc-7.0.4 需要数组 ==0.3.0.2 但是 array-0.3.0.2 被排除在外,因为 http-conduit-1.8.7 需要数组 >=0.4
即使在hsenv沙盒环境中,我也会收到此错误。
我能做些什么?
正如 Daniel Fischer 所说,这与其说是依赖冲突,不如说是承认 yesod 不支持 7.0.4,因此您的依赖已过时。7.0.4 远远早于当前的 Haskell 平台,您应该升级。