ghc-9.2.5: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Unit.Module.Status

Synopsis

Documentation

data HscStatus Source #

Status of a module compilation to machine code

Constructors

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.

Fields