Cabal-1.16.0: A framework for packaging Haskell software

Portabilityportable
Maintainercabal-devel@haskell.org
Safe HaskellNone

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.