Copyright | (c) The University of Glasgow 2001 |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Jeffrey Young <jeffrey.young@iohk.io> Luite Stegeman <luite.stegeman@iohk.io> Sylvain Henry <sylvain.henry@iohk.io> Josh Meredith <josh.meredith@iohk.io> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- data JSLinkConfig = JSLinkConfig {
- lcNoJSExecutables :: !Bool
- lcNoHsMain :: !Bool
- lcNoRts :: !Bool
- lcNoStats :: !Bool
- lcForeignRefs :: !Bool
- lcCombineAll :: !Bool
- defaultJSLinkConfig :: JSLinkConfig
- data LinkedObj
- data LinkPlan = LinkPlan {}
Documentation
data JSLinkConfig Source #
JSLinkConfig | |
|
defaultJSLinkConfig :: JSLinkConfig Source #
Default linker configuration
An object file that's either already in memory (with name) or on disk
Instances
LinkPlan | |
|