[project @ 2001-04-24 13:05:51 by simonmar]
authorsimonmar <unknown>
Tue, 24 Apr 2001 13:05:51 +0000 (13:05 +0000)
committersimonmar <unknown>
Tue, 24 Apr 2001 13:05:51 +0000 (13:05 +0000)
ShowTiming should not be on by default.

ghc/compiler/ghci/InteractiveUI.hs

index 082d565..6a7ffa5 100644 (file)
@@ -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 ()