 | Cabal-1.3.4: A framework for packaging Haskell software | Contents | Index |
|
Distribution.Simple.JHC | Portability | portable | Stability | alpha | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
Description |
Build and install functionality for the JHC compiler.
|
|
Synopsis |
|
|
|
Documentation |
|
configure :: Verbosity -> Maybe FilePath -> Maybe FilePath -> ProgramConfiguration -> IO (Compiler, ProgramConfiguration) |
|
getInstalledPackages :: Verbosity -> PackageDB -> ProgramConfiguration -> IO [PackageIdentifier] |
|
build :: PackageDescription -> LocalBuildInfo -> Verbosity -> IO () |
Building a package for JHC.
Currently C source files are not supported.
|
|
installLib :: Verbosity -> FilePath -> FilePath -> PackageDescription -> Library -> IO () |
|
installExe :: Verbosity -> FilePath -> FilePath -> (FilePath, FilePath) -> PackageDescription -> Executable -> IO () |
|
Produced by Haddock version 0.9 |