Skip to content

Instantly share code, notes, and snippets.

@darthdeus
Created May 11, 2014 13:48
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 darthdeus/7534b1db1a786fb6e473 to your computer and use it in GitHub Desktop.
Save darthdeus/7534b1db1a786fb6e473 to your computer and use it in GitHub Desktop.
$ cabal install yesod | head
Resolving dependencies...
In order, the following would be installed:
SHA-1.6.4 (new package)
ansi-terminal-0.6.1.1 (new package)
asn1-types-0.2.3 (new package)
base16-bytestring-0.1.1.6 (new package)
base64-bytestring-1.0.0.1 (new package)
blaze-builder-0.3.3.2 (new package)
blaze-markup-0.6.1.0 (new package)
blaze-html-0.7.0.2 (new package)
~
$ ghc-pkg list | head
/usr/local/lib/ghc-7.8.2/package.conf.d:
Cabal-1.18.1.3
array-0.5.0.0
base-4.7.0.0
bin-package-db-0.0.0.0
binary-0.7.1.0
rts-1.0
bytestring-0.10.4.0
containers-0.5.5.1
deepseq-1.3.0.2
~
$ ghc-pkg unregister yesod
ghc-pkg: cannot find package yesod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment