Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
:: DynFlags | |
-> Module | |
-> FilePath | |
-> ModLocation | |
-> ForeignStubs | |
-> [(ForeignSrcLang, FilePath)] | additional files to be compiled with with the C compiler |
-> [InstalledUnitId] | |
-> Stream IO RawCmmGroup () | |
-> IO (FilePath, (Bool, Maybe FilePath), [(ForeignSrcLang, FilePath)]) |
outputForeignStubs :: DynFlags -> Module -> ModLocation -> ForeignStubs -> IO (Bool, Maybe FilePath) Source #