|
Distribution.Simple.Program.HcPkg | Portability | portable | Maintainer | cabal-devel@haskell.org |
|
|
|
|
|
Description |
This module provides an library interface to the hc-pkg program.
Currently only GHC and LHC have hc-pkg programs.
|
|
Synopsis |
|
|
|
Documentation |
|
|
Call hc-pkg to register a package.
hc-pkg register {filename | -} [--user | --global | --package-conf]
|
|
|
Call hc-pkg to re-register a package.
hc-pkg register {filename | -} [--user | --global | --package-conf]
|
|
|
Call hc-pkg to unregister a package
hc-pkg unregister [pkgid] [--user | --global | --package-conf]
|
|
|
Call hc-pkg to expose a package.
hc-pkg expose [pkgid] [--user | --global | --package-conf]
|
|
|
Call hc-pkg to expose a package.
hc-pkg expose [pkgid] [--user | --global | --package-conf]
|
|
|
Call hc-pkg to get all the installed packages.
|
|
Program invocations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.1 |