Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
aa143d21
Commit
aa143d21
authored
Apr 24, 2001
by
simonmar
Browse files
[project @ 2001-04-24 13:05:51 by simonmar]
ShowTiming should not be on by default.
parent
e610e616
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/ghci/InteractiveUI.hs
View file @
aa143d21
-----------------------------------------------------------------------------
-- $Id: InteractiveUI.hs,v 1.6
1
2001/04/2
3
1
6:50:48 sewardj
Exp $
-- $Id: InteractiveUI.hs,v 1.6
2
2001/04/2
4
1
3: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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment