Cabal-2.0.0.2: A framework for packaging Haskell software

CopyrightDuncan Coutts 2009
Maintainercabal-devel@haskell.org
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Distribution.Simple.Program.Ld

Description

This module provides an library interface to the ld linker program.

Synopsis

Documentation

combineObjectFiles :: Verbosity -> ConfiguredProgram -> FilePath -> [FilePath] -> IO () Source #

Call ld -r to link a bunch of object files together.