Cabal-1.22.7.0: A framework for packaging Haskell software

Safe HaskellNone
LanguageHaskell98

Distribution.Simple.Program.GHC

Synopsis

Documentation

data GhcOptions Source

A structured set of GHC options/flags

Constructors

GhcOptions 

Fields

data GhcMode Source

Constructors

GhcModeCompile
ghc -c
GhcModeLink
ghc
GhcModeMake
ghc --make
GhcModeInteractive

ghci / ghc --interactive

GhcModeAbiHash

ghc --abi-hash | GhcModeDepAnalysis -- ^ ghc -M | GhcModeEvaluate -- ^ ghc -e