ghc-check-0.1.0.0: detect mismatches between compile-time and run-time versions of the ghc api
GHC.Check
checkGhcVersion :: Ghc Bool Source #
Returns True if the run-time version of the ghc package matches the compile-time version
True
ghc
compileTimeVersion :: Version Source #
runTimeVersion :: Ghc (Maybe Version) Source #