Cabal-1.10.2.0: A framework for packaging Haskell software

Portabilityportable
Maintainercabal-devel@haskell.org

Distribution.Simple.JHC

Description

This module contains most of the JHC-specific code for configuring, building and installing packages.

Synopsis

Documentation

buildLib :: Verbosity -> PackageDescription -> LocalBuildInfo -> Library -> ComponentLocalBuildInfo -> IO ()Source

Building a package for JHC. Currently C source files are not supported.

buildExe :: Verbosity -> PackageDescription -> LocalBuildInfo -> Executable -> ComponentLocalBuildInfo -> IO ()Source

Building an executable for JHC. Currently C source files are not supported.