From: Ian Lynagh Date: Mon, 20 Sep 2010 21:05:23 +0000 (+0000) Subject: Add "Use archives for ghci" to --info output X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3785918d9bdbd4e611ffc6da198c36b5797b8c77;p=ghc-hetmet.git Add "Use archives for ghci" to --info output --- diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 6818793..6af63fe 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -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),