cabal install … failing - osx - many unsatisfied packages

∥☆過路亽.° 提交于 2019-11-30 08:52:53

In this case the answer was to see if the ghc package cache was up-to-date and run ghc-pkg recache if it isn't.

~: ghc-pkg check
WARNING: cache is out of date: /Library/Frameworks/GHC.framework/Versions/7.0.3i386/usr/lib/ghc7.0.3/package.conf.d/package.cache
  use 'ghc-pkg recache' to fix.
~: ghc-pkg recache

Doing this enabled me to install yesod.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!