Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Dynamic linker
Synopsis
- linkDynLib :: Logger -> TmpFs -> DynFlags -> UnitEnv -> [String] -> [UnitId] -> IO ()
- libmLinkOpts :: [Option]
Documentation
Platform-specifics
libmLinkOpts :: [Option] Source #
Some platforms require that we explicitly link against libm
if any
math-y things are used (which we assume to include all programs). See #14022.