Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data HscStatus
Documentation
Status of a module compilation to machine code
HscNotGeneratingCode ModIface ModDetails | Nothing to do. |
HscUpToDate ModIface ModDetails | Nothing to do because code already exists. |
HscUpdateBoot ModIface ModDetails | Update boot file result. |
HscUpdateSig ModIface ModDetails | Generate signature file (backpack) |
HscRecomp | Recompile this module. |
|