[commit: ghc] master: Add `:show linker` command to `:help` output (9d88904)
Ian Lynagh
igloo at ghc.haskell.org
Sun Jul 21 22:38:06 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9d8890463332769e35c022ea836221c439507835
>---------------------------------------------------------------
commit 9d8890463332769e35c022ea836221c439507835
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Jul 9 14:55:14 2013 +0200
Add `:show linker` command to `:help` output
>---------------------------------------------------------------
ghc/InteractiveUI.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs
index 9a28480..6277549 100644
--- a/ghc/InteractiveUI.hs
+++ b/ghc/InteractiveUI.hs
@@ -312,6 +312,7 @@ defFullHelpText =
" :show breaks show the active breakpoints\n" ++
" :show context show the breakpoint context\n" ++
" :show imports show the current imports\n" ++
+ " :show linker show current linker state\n" ++
" :show modules show the currently loaded modules\n" ++
" :show packages show the currently active package flags\n" ++
" :show language show the currently active language flags\n" ++
More information about the ghc-commits
mailing list