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 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:

 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.