| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
GHC.Linker.Unit
Description
Linking Haskell units
Synopsis
- collectLinkOpts :: GhcNameVersion -> Ways -> [UnitInfo] -> ([String], [String], [String])
 - collectArchives :: GhcNameVersion -> Ways -> UnitInfo -> IO [FilePath]
 - getUnitLinkOpts :: GhcNameVersion -> Ways -> UnitEnv -> [UnitId] -> IO ([String], [String], [String])
 - getLibs :: GhcNameVersion -> Ways -> UnitEnv -> [UnitId] -> IO [(String, String)]
 
Documentation
collectLinkOpts :: GhcNameVersion -> Ways -> [UnitInfo] -> ([String], [String], [String]) Source #
collectArchives :: GhcNameVersion -> Ways -> UnitInfo -> IO [FilePath] Source #