From 3785918d9bdbd4e611ffc6da198c36b5797b8c77 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 20 Sep 2010 21:05:23 +0000 Subject: [PATCH] Add "Use archives for ghci" to --info output --- compiler/main/DynFlags.hs | 1 + 1 file changed, 1 insertion(+) 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), -- 1.7.10.4