[commit: ghc] master: Reformat help message for `:show` to fit into 80 cols again. (9ac83e9)
Ian Lynagh
igloo at earth.li
Tue Jun 4 22:12:18 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/9ac83e952be7089d9109e34ebd9456db95054f7d
>---------------------------------------------------------------
commit 9ac83e952be7089d9109e34ebd9456db95054f7d
Author: usrbincc <usrbincc at yahoo.com>
Date: Tue May 21 13:45:40 2013 -0400
Reformat help message for `:show` to fit into 80 cols again.
>---------------------------------------------------------------
ghc/InteractiveUI.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs
index 452e5f1..8cc431e 100644
--- a/ghc/InteractiveUI.hs
+++ b/ghc/InteractiveUI.hs
@@ -2149,8 +2149,8 @@ showCmd str = do
["languages"] -> showLanguages -- backwards compat
["language"] -> showLanguages
["lang"] -> showLanguages -- useful abbreviation
- _ -> throwGhcException (CmdLineError ("syntax: :show [ args | prog | prompt | prompt2 | editor | stop | modules | bindings\n"++
- " | breaks | context | packages | language ]"))
+ _ -> throwGhcException (CmdLineError ("syntax: :show [ args | prog | prompt | prompt2 | editor | stop | modules\n"++
+ " | bindings | breaks | context | packages | language ]"))
showiCmd :: String -> GHCi ()
showiCmd str = do
More information about the ghc-commits
mailing list