Skip to content

Instantly share code, notes, and snippets.

@mcandre
Created June 15, 2013 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcandre/5789498 to your computer and use it in GitHub Desktop.
Save mcandre/5789498 to your computer and use it in GitHub Desktop.
$ ghc-pkg list binary
WARNING: cache is out of date: /Users/andrew/.ghc/x86_64-darwin-7.6.3/package.conf.d/package.cache
use 'ghc-pkg recache' to fix.
/Library/Frameworks/GHC.framework/Versions/7.6.3-x86_64/usr/lib/ghc-7.6.3/package.conf.d
binary-0.5.1.1
/Users/andrew/.ghc/x86_64-darwin-7.6.3/package.conf.d
binary-0.7.1.0
$ ghc-pkg recache
$ ghc-pkg list binary
WARNING: cache is out of date: /Users/andrew/.ghc/x86_64-darwin-7.6.3/package.conf.d/package.cache
use 'ghc-pkg recache' to fix.
/Library/Frameworks/GHC.framework/Versions/7.6.3-x86_64/usr/lib/ghc-7.6.3/package.conf.d
binary-0.5.1.1
/Users/andrew/.ghc/x86_64-darwin-7.6.3/package.conf.d
binary-0.7.1.0
@chrismwendt
Copy link

Try ghc-pkg --global recache and ghc-pkg --user recache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment