Add "Use archives for ghci" to --info output
authorIan Lynagh <igloo@earth.li>
Mon, 20 Sep 2010 21:05:23 +0000 (21:05 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 20 Sep 2010 21:05:23 +0000 (21:05 +0000)
compiler/main/DynFlags.hs

index 6818793..6af63fe 100644 (file)
@@ -2288,6 +2288,7 @@ compilerInfo = [("Project name",                String cProjectName),
                 ("Object splitting",            String cSplitObjs),
                 ("Have native code generator",  String cGhcWithNativeCodeGen),
                 ("Have llvm code generator",    String cGhcWithLlvmCodeGen),
+                ("Use archives for ghci",       String (show cUseArchivesForGhci)),
                 ("Support SMP",                 String cGhcWithSMP),
                 ("Unregisterised",              String cGhcUnregisterised),
                 ("Tables next to code",         String cGhcEnableTablesNextToCode),