| ||||||||||||||||
| ||||||||||||||||
Description | ||||||||||||||||
Build and Install implementations for GHC. See GHCPackageConfig for registration-related stuff. | ||||||||||||||||
Synopsis | ||||||||||||||||
| ||||||||||||||||
Documentation | ||||||||||||||||
configure :: Verbosity -> Maybe FilePath -> Maybe FilePath -> ProgramConfiguration -> IO (Compiler, ProgramConfiguration) | ||||||||||||||||
getInstalledPackages :: Verbosity -> PackageDB -> ProgramConfiguration -> IO (PackageIndex InstalledPackageInfo) | ||||||||||||||||
build :: PackageDescription -> LocalBuildInfo -> Verbosity -> IO () | ||||||||||||||||
Building for GHC. If .ghc-packages exists and is readable, add it to the command-line. | ||||||||||||||||
makefile :: PackageDescription -> LocalBuildInfo -> MakefileFlags -> IO () | ||||||||||||||||
installLib | ||||||||||||||||
| ||||||||||||||||
installExe | ||||||||||||||||
| ||||||||||||||||
ghcOptions :: LocalBuildInfo -> BuildInfo -> FilePath -> [String] | ||||||||||||||||
ghcVerbosityOptions :: Verbosity -> [String] | ||||||||||||||||
Produced by Haddock version 0.8 |