Cabal-3.2.1.0: A framework for packaging Haskell software
Copyright Duncan Coutts 2009
Maintainer cabal-devel@haskell.org
Portability portable
Safe Haskell None
Language Haskell2010

Distribution.Simple.Program.Ld

Description

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

Synopsis

Documentation

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

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