 | Cabal-1.1.6.1: A framework for packaging Haskell software | Contents | Index |
|
| Distribution.Simple.Register | | Portability | portable | | Stability | alpha | | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
| Description |
| Explanation: Perform the "./setup register" action.
Uses a drop-file for HC-PKG. See also Distribution.InstalledPackageInfo.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| register |
|
|
| unregister :: PackageDescription -> LocalBuildInfo -> RegisterFlags -> IO () |
|
| writeInstalledConfig :: PackageDescription -> LocalBuildInfo -> Bool -> IO () |
| Register doesn't drop the register info file, it must be done in a
separate step.
|
|
| removeInstalledConfig :: IO () |
|
| installedPkgConfigFile :: String |
|
| regScriptLocation :: FilePath |
|
| unregScriptLocation :: FilePath |
|
| Produced by Haddock version 0.8 |