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 printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.