Add "have interpreter" to the compiler --info output
[ghc-hetmet.git] / compiler / main / DynFlags.hs
index c3b1d61..2218f17 100644 (file)
@@ -1682,6 +1682,7 @@ compilerInfo = [("Project name",                cProjectName),
                 ("Booter version",              cBooterVersion),
                 ("Stage",                       cStage),
                 ("Interface file version",      cHscIfaceFileVersion),
+                ("Have interpreter",            cGhcWithInterpreter),
                 ("Object splitting",            cSplitObjs),
                 ("Have native code generator",  cGhcWithNativeCodeGen),
                 ("Unregisterised",              cGhcUnregisterised),