ghc-7.6.3: The GHC API

Safe HaskellNone

FlagChecker

Description

This module manages storing the various GHC option flags in a modules interface file as part of the recompilation checking infrastructure.

Synopsis

Documentation

fingerprintDynFlags :: DynFlags -> Module -> (BinHandle -> Name -> IO ()) -> IO FingerprintSource

Produce a fingerprint of a DynFlags value. We only base the finger print on important fields in DynFlags so that the recompilation checker can use this fingerprint.