From aa143d21f5dfbcbda4d5c032d5c3db4ed6b10e7a Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 24 Apr 2001 13:05:51 +0000 Subject: [PATCH] [project @ 2001-04-24 13:05:51 by simonmar] ShowTiming should not be on by default. --- ghc/compiler/ghci/InteractiveUI.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 082d565..6a7ffa5 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.61 2001/04/23 16:50:48 sewardj Exp $ +-- $Id: InteractiveUI.hs,v 1.62 2001/04/24 13:05:51 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -147,7 +147,7 @@ interactiveUI cmstate mod cmdline_libs = do (unGHCi runGHCi) GHCiState{ target = mod, cmstate = cmstate, - options = [ShowTiming] } + options = [] } return () -- 1.7.10.4