[commit: ghc] master: Whitespace only (cef115f)
Ian Lynagh
igloo at earth.li
Tue Jun 4 22:12:20 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/cef115fcf78b335dd9f8d967163b15c2fcae46bd
>---------------------------------------------------------------
commit cef115fcf78b335dd9f8d967163b15c2fcae46bd
Author: Ian Lynagh <ian at well-typed.com>
Date: Tue Jun 4 20:31:45 2013 +0100
Whitespace only
>---------------------------------------------------------------
ghc/InteractiveUI.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs
index 8cc431e..c49395d 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\n"++
- " | bindings | 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