|
| Distribution.Simple.Register | | Portability | | | Stability | alpha | | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
|
|
| Description |
| Explanation: Perform the ./setup register action. Uses a
drop-file for HC-PKG. See also InstalledPackageInfo |
|
| Synopsis |
|
|
|
| Documentation |
|
| register |
| :: PackageDescription | | | -> LocalBuildInfo | | | -> Bool | Install in the user's database? | | -> IO () | | | Be sure to call writeInstalledConfig first. If the --user flag
was passed, and ~/.ghc-packages is writable, or can be created,
then we use that file, perhaps creating it. |
|
|
| unregister :: PackageDescription -> LocalBuildInfo -> IO () |
|
| writeInstalledConfig :: PackageDescription -> LocalBuildInfo -> IO () |
| Register doesn't drop the register info file, it must be done in a separate step. |
|
| installedPkgConfigFile :: String |
|
| Produced by Haddock version 0.6 |