| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
FlagChecker
Description
This module manages storing the various GHC option flags in a modules interface file as part of the recompilation checking infrastructure.
- fingerprintDynFlags :: DynFlags -> Module -> (BinHandle -> Name -> IO ()) -> IO Fingerprint
 
Documentation
fingerprintDynFlags :: DynFlags -> Module -> (BinHandle -> Name -> IO ()) -> IO Fingerprint Source #