Cabal-1.8.0.4: A framework for packaging Haskell softwareSource codeContentsIndex
Distribution.Simple.Program.Ld
Portabilityportable
Maintainercabal-devel@haskell.org
Description
This module provides an library interface to the ld linker program.
Synopsis
combineObjectFiles :: Verbosity -> ConfiguredProgram -> FilePath -> [FilePath] -> IO ()
Documentation
combineObjectFiles :: Verbosity -> ConfiguredProgram -> FilePath -> [FilePath] -> IO ()Source
Call ld -r to link a bunch of object files together.
Produced by Haddock version 2.6.1