Ghc-pkg

From HaskellWiki
Revision as of 13:33, 23 August 2010 by Henk-Jan van Tuyl (talk | contribs) (Changed the lay-out)
Jump to navigation Jump to search

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

Most used commands

Remove a package from the GHC administration:

 ghc-pkg unregister

List all the registered packages:

 ghc-pkg list

Links

For more information, see the official documentation.