Ghc-pkg

From HaskellWiki
Revision as of 21:01, 19 August 2010 by Henk-Jan van Tuyl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The command ghc-pkg can be used to handle GHC packages.

Most used commands:

 ghc-pkg unregister

Remove a package from the GHC administration.

 ghc-pkg list

List all the registered packages.

For more information, see the official documentation.