diff options
author | Ian Lynagh <igloo@earth.li> | 2007-07-02 11:01:55 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-07-02 11:01:55 +0000 |
commit | 41cd72b3545c96c72816afb7b7627f3e744d9ab4 (patch) | |
tree | a3636209a1f7440543a3af2802e214ed0e846174 /docs | |
parent | 1ae32688ab2ead820a20662cf05128b21944e144 (diff) | |
download | haskell-41cd72b3545c96c72816afb7b7627f3e744d9ab4.tar.gz |
Remove the large ghci banner, and the flags to choose which banner to show
Fans of the banner can add
putStrLn " ___ ___ _"
putStrLn " / _ \\ /\\ /\\/ __(_)"
putStrLn " / /_\\// /_/ / / | | GHC Interactive, for Haskell 98."
putStrLn "/ /_\\\\/ __ / /___| | http://www.haskell.org/ghc/"
putStrLn "\\____/\\/ /_/\\____/|_| Type :? for help."
putStrLn ""
to their ~/.ghci
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index b84cc227bf..b27b756785 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -485,18 +485,6 @@ <entry>-</entry> </row> <row> - <entry><option>-short-ghci-banner</option></entry> - <entry>Display a one-line banner at GHCi startup</entry> - <entry>dynamic</entry> - <entry>-</entry> - </row> - <row> - <entry><option>-long-ghci-banner</option></entry> - <entry>Display a full banner at GHCi startup</entry> - <entry>dynamic</entry> - <entry>-</entry> - </row> - <row> <entry><option>-fdebugging</option></entry> <entry>Generate bytecode enabled for debugging</entry> <entry>dynamic</entry> |